CubbyFlow::BLAS< S, V, M > Member List

This is the complete list of members for CubbyFlow::BLAS< S, V, M >, including all inherited members.

AXPlusY(ScalarType a, const VectorType &x, const VectorType &y, VectorType *result)CubbyFlow::BLAS< S, V, M >static
Dot(const VectorType &a, const VectorType &b)CubbyFlow::BLAS< S, V, M >static
L2Norm(const VectorType &v)CubbyFlow::BLAS< S, V, M >static
LInfNorm(const VectorType &v)CubbyFlow::BLAS< S, V, M >static
MatrixType typedefCubbyFlow::BLAS< S, V, M >
MVM(const MatrixType &m, const VectorType &v, VectorType *result)CubbyFlow::BLAS< S, V, M >static
Residual(const MatrixType &a, const VectorType &x, const VectorType &b, VectorType *result)CubbyFlow::BLAS< S, V, M >static
ScalarType typedefCubbyFlow::BLAS< S, V, M >
Set(ScalarType s, VectorType *result)CubbyFlow::BLAS< S, V, M >static
Set(const VectorType &v, VectorType *result)CubbyFlow::BLAS< S, V, M >static
Set(ScalarType s, MatrixType *result)CubbyFlow::BLAS< S, V, M >static
Set(const MatrixType &m, MatrixType *result)CubbyFlow::BLAS< S, V, M >static
VectorType typedefCubbyFlow::BLAS< S, V, M >