函数 | |
template<Backend backend = linalg_traits<Redux>::backend, class Vector > | |
Vector::Scalar | dot (Vector a, Vector b) |
template<Backend backend = linalg_traits<Redux>::backend, class Matrix > | |
Matrix::Scalar | sum (Matrix m, bool no_diag=false) |
template<Backend backend = linalg_traits<Redux>::backend, class Matrix > | |
Matrix::Scalar | sum_symmetric (Matrix m, bool no_diag=false) |
template<Backend backend = linalg_traits<Redux>::backend, class Matrix > | |
Matrix::Scalar | sum_symmetric (Block< Matrix > b, bool no_diag=false) |
template<Backend backend = linalg_traits<Redux>::backend, class Matrix > | |
implementation::colwise_sum < backend, Matrix > ::ReturnType | colwise_sum (Matrix m, bool no_diag=false) |
template<Backend backend = linalg_traits<Redux>::backend, class Matrix , class Vector > | |
void | colwise_sum (Matrix m, Vector result, bool no_diag=false) |
template<Backend backend = linalg_traits<Redux>::backend, class Matrix > | |
implementation::rowwise_sum < backend, Matrix > ::ReturnType | rowwise_sum (Matrix m, bool no_diag=false) |
template<Backend backend = linalg_traits<Redux>::backend, class Matrix , class Vector > | |
void | rowwise_sum (Matrix m, Vector result, bool no_diag=false) |
template<Backend backend = linalg_traits<Redux>::backend, class Vector > | |
Vector::Scalar | vector_sum (Vector a) |
template<Backend backend = linalg_traits<Redux>::backend, class Matrix > | |
Matrix::Scalar | max (Matrix m) |