|
| template<typename MatrixType > |
| void | tu::matrix_set_value (matrix_permuted< MatrixType > &matrix, size_t row, size_t column, typename MatrixType::value_type value) |
| |
| template<typename MatrixType > |
| void | tu::matrix_set_value (matrix_permuted< const MatrixType > &matrix, size_t row, size_t column, typename MatrixType::value_type value) |
| |
| template<typename MatrixType > |
| void | tu::matrix_permute1 (matrix_permuted< MatrixType > &matrix, size_t index1, size_t index2) |
| |
| template<typename MatrixType > |
| void | tu::matrix_permute2 (matrix_permuted< MatrixType > &matrix, size_t index1, size_t index2) |
| |
| template<typename MatrixType > |
| void | tu::matrix_binary_pivot (matrix_permuted< MatrixType > &matrix, size_t i, size_t j) |
| |
| template<typename MatrixType > |
| permutation | tu::matrix_get_perm1 (matrix_permuted< MatrixType > &matrix) |
| |
| template<typename MatrixType > |
| permutation | tu::matrix_get_perm2 (matrix_permuted< MatrixType > &matrix) |
| |
| template<typename MatrixType > |
| permutation | tu::matrix_get_perm1 (matrix_transposed< MatrixType > &matrix) |
| |
| template<typename MatrixType > |
| permutation | tu::matrix_get_perm2 (matrix_transposed< MatrixType > &matrix) |
| |
| template<typename MatrixType > |
| void | tu::matrix_set_perm1 (matrix_permuted< MatrixType > &matrix, const permutation &permutation) |
| |
| template<typename MatrixType > |
| void | tu::matrix_set_perm2 (matrix_permuted< MatrixType > &matrix, const permutation &permutation) |
| |
| template<typename MatrixType > |
| void | tu::matrix_set_perm1 (matrix_transposed< MatrixType > &matrix, const permutation &permutation) |
| |
| template<typename MatrixType > |
| void | tu::matrix_set_perm2 (matrix_transposed< MatrixType > &matrix, const permutation &permutation) |
| |