KrisLibrary  1.0.0
Math::BLASInterface Member List

This is the complete list of members for Math::BLASInterface, including all inherited members.

Dot(const fVector &x, const fVector &y)Math::BLASInterfacestatic
Dot(const dVector &x, const dVector &y) (defined in Math::BLASInterface)Math::BLASInterfacestatic
InplaceMul(fVector &v, float a) (defined in Math::BLASInterface)Math::BLASInterfacestatic
InplaceMul(dVector &v, double a) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Madd(fVector &v, const fVector &x, float a) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Madd(dVector &v, const dVector &x, double a) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Madd(const fMatrix &A, const fVector &x, fVector &y, float alpha=1.0, float beta=1.0) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Madd(const dMatrix &A, const dVector &x, dVector &y, double alpha=1.0, double beta=1.0) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Madd(const fMatrix &A, const fMatrix &B, fMatrix &X, bool Atranspose=false, bool Btranspose=false, float alpha=1.0, float beta=1.0) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Madd(const dMatrix &A, const dMatrix &B, dMatrix &X, bool Atranspose=false, bool Btranspose=false, double alpha=1.0, double beta=1.0) (defined in Math::BLASInterface)Math::BLASInterfacestatic
MaddTranspose(const fMatrix &A, const fVector &x, fVector &y, float alpha=1.0, float beta=1.0) (defined in Math::BLASInterface)Math::BLASInterfacestatic
MaddTranspose(const dMatrix &A, const dVector &x, dVector &y, double alpha=1.0, double beta=1.0) (defined in Math::BLASInterface)Math::BLASInterfacestatic
MaxAbsIndex(const fVector &x) (defined in Math::BLASInterface)Math::BLASInterfacestatic
MaxAbsIndex(const dVector &x) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Mul(const fMatrix &A, const fVector &x, fVector &out)Math::BLASInterfacestatic
Mul(const dMatrix &A, const dVector &x, dVector &out) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Mul(const fMatrix &A, const fMatrix &B, fMatrix &X)Math::BLASInterfacestatic
Mul(const dMatrix &A, const dMatrix &B, dMatrix &X) (defined in Math::BLASInterface)Math::BLASInterfacestatic
MulTranspose(const fMatrix &A, const fVector &x, fVector &out) (defined in Math::BLASInterface)Math::BLASInterfacestatic
MulTranspose(const dMatrix &A, const dVector &x, dVector &out) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Norm_L1(const fVector &x) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Norm_L1(const dVector &x) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Norm_L2(const fVector &x) (defined in Math::BLASInterface)Math::BLASInterfacestatic
Norm_L2(const dVector &x) (defined in Math::BLASInterface)Math::BLASInterfacestatic