libMesh::DenseMatrix< T > Member List
This is the complete list of members for libMesh::DenseMatrix< T >, including all inherited members.| _BLAS_Multiply_Flag enum name | libMesh::DenseMatrix< T > | [private] |
| _cholesky_back_substitute(const DenseVector< T2 > &b, DenseVector< T2 > &x) const | libMesh::DenseMatrix< T > | [inline, private] |
| _cholesky_decompose() | libMesh::DenseMatrix< T > | [inline, private] |
| _decomposition_type | libMesh::DenseMatrix< T > | [private] |
| _lu_back_substitute(const DenseVector< T > &b, DenseVector< T > &x) const | libMesh::DenseMatrix< T > | [inline, private] |
| _lu_back_substitute_lapack(const DenseVector< T > &b, DenseVector< T > &x) | libMesh::DenseMatrix< T > | [inline, private] |
| _lu_decompose() | libMesh::DenseMatrix< T > | [inline, private] |
| _lu_decompose_lapack() | libMesh::DenseMatrix< T > | [inline, private] |
| _m | libMesh::DenseMatrixBase< T > | [protected] |
| _matvec_blas(T alpha, T beta, DenseVector< T > &dest, const DenseVector< T > &arg, bool trans=false) const | libMesh::DenseMatrix< T > | [inline, private] |
| _multiply_blas(const DenseMatrixBase< T > &other, _BLAS_Multiply_Flag flag) | libMesh::DenseMatrix< T > | [inline, private] |
| _n | libMesh::DenseMatrixBase< T > | [protected] |
| _pivots | libMesh::DenseMatrix< T > | [private] |
| _svd_helper(char JOBU, char JOBVT, std::vector< T > &sigma_val, std::vector< T > &U_val, std::vector< T > &VT_val) | libMesh::DenseMatrix< T > | [inline, private] |
| _svd_lapack(DenseVector< T > &sigma) | libMesh::DenseMatrix< T > | [inline, private] |
| _svd_lapack(DenseVector< T > &sigma, DenseMatrix< T > &U, DenseMatrix< T > &VT) | libMesh::DenseMatrix< T > | [inline, private] |
| _val | libMesh::DenseMatrix< T > | [private] |
| add(const T factor, const DenseMatrix< T > &mat) | libMesh::DenseMatrix< T > | [inline] |
| libMesh::DenseMatrixBase::add(const T2 factor, const DenseMatrixBase< T3 > &mat) | libMesh::DenseMatrixBase< T > | [inline] |
| CHOLESKY enum value | libMesh::DenseMatrix< T > | [private] |
| cholesky_solve(const DenseVector< T2 > &b, DenseVector< T2 > &x) | libMesh::DenseMatrix< T > | [inline] |
| condense(const unsigned int i, const unsigned int j, const T val, DenseVector< T > &rhs) | libMesh::DenseMatrix< T > | [inline] |
| libMesh::DenseMatrixBase::condense(const unsigned int i, const unsigned int j, const T val, DenseVectorBase< T > &rhs) | libMesh::DenseMatrixBase< T > | [inline, protected] |
| DecompositionType enum name | libMesh::DenseMatrix< T > | [private] |
| DenseMatrix(const unsigned int new_m=0, const unsigned int new_n=0) | libMesh::DenseMatrix< T > | [inline] |
| DenseMatrixBase(const unsigned int new_m=0, const unsigned int new_n=0) | libMesh::DenseMatrixBase< T > | [inline, protected] |
| det() | libMesh::DenseMatrix< T > | [inline] |
| el(const unsigned int i, const unsigned int j) const | libMesh::DenseMatrix< T > | [inline, virtual] |
| el(const unsigned int i, const unsigned int j) | libMesh::DenseMatrix< T > | [inline, virtual] |
| get_principal_submatrix(unsigned int sub_m, unsigned int sub_n, DenseMatrix< T > &dest) const | libMesh::DenseMatrix< T > | [inline] |
| get_principal_submatrix(unsigned int sub_m, DenseMatrix< T > &dest) const | libMesh::DenseMatrix< T > | [inline] |
| get_transpose(DenseMatrix< T > &dest) const | libMesh::DenseMatrix< T > | [inline] |
| get_values() | libMesh::DenseMatrix< T > | [inline] |
| get_values() const | libMesh::DenseMatrix< T > | [inline] |
| l1_norm() const | libMesh::DenseMatrix< T > | [inline] |
| left_multiply(const DenseMatrixBase< T > &M2) | libMesh::DenseMatrix< T > | [inline, virtual] |
| libMesh::DenseMatrixBase::left_multiply(const DenseMatrixBase< T > &M2)=0 | libMesh::DenseMatrixBase< T > | [pure virtual] |
| LEFT_MULTIPLY enum value | libMesh::DenseMatrix< T > | [private] |
| left_multiply_transpose(const DenseMatrix< T > &A) | libMesh::DenseMatrix< T > | [inline] |
| LEFT_MULTIPLY_TRANSPOSE enum value | libMesh::DenseMatrix< T > | [private] |
| linfty_norm() const | libMesh::DenseMatrix< T > | [inline] |
| LU enum value | libMesh::DenseMatrix< T > | [private] |
| LU_BLAS_LAPACK enum value | libMesh::DenseMatrix< T > | [private] |
| lu_solve(const DenseVector< T > &b, DenseVector< T > &x) | libMesh::DenseMatrix< T > | [inline] |
| m() const | libMesh::DenseMatrixBase< T > | [inline] |
| max() const | libMesh::DenseMatrix< T > | [inline] |
| min() const | libMesh::DenseMatrix< T > | [inline] |
| multiply(DenseMatrixBase< T > &M1, const DenseMatrixBase< T > &M2, const DenseMatrixBase< T > &M3) | libMesh::DenseMatrixBase< T > | [inline, protected] |
| n() const | libMesh::DenseMatrixBase< T > | [inline] |
| NONE enum value | libMesh::DenseMatrix< T > | [private] |
| operator!=(const DenseMatrix< T > &mat) const | libMesh::DenseMatrix< T > | [inline] |
| operator()(const unsigned int i, const unsigned int j) const | libMesh::DenseMatrix< T > | [inline] |
| operator()(const unsigned int i, const unsigned int j) | libMesh::DenseMatrix< T > | [inline] |
| operator*=(const T factor) | libMesh::DenseMatrix< T > | [inline] |
| operator+=(const DenseMatrix< T > &mat) | libMesh::DenseMatrix< T > | [inline] |
| operator-=(const DenseMatrix< T > &mat) | libMesh::DenseMatrix< T > | [inline] |
| operator<<(std::ostream &os, const DenseMatrixBase< T > &m) | libMesh::DenseMatrixBase< T > | [friend] |
| operator=(const DenseMatrix< T > &other_matrix) | libMesh::DenseMatrix< T > | [inline] |
| operator==(const DenseMatrix< T > &mat) const | libMesh::DenseMatrix< T > | [inline] |
| print(std::ostream &os=libMesh::out) const | libMesh::DenseMatrixBase< T > | [inline] |
| print_scientific(std::ostream &os) const | libMesh::DenseMatrixBase< T > | [inline] |
| resize(const unsigned int new_m, const unsigned int new_n) | libMesh::DenseMatrix< T > | [inline] |
| right_multiply(const DenseMatrixBase< T > &M3) | libMesh::DenseMatrix< T > | [inline, virtual] |
| libMesh::DenseMatrixBase::right_multiply(const DenseMatrixBase< T > &M3)=0 | libMesh::DenseMatrixBase< T > | [pure virtual] |
| RIGHT_MULTIPLY enum value | libMesh::DenseMatrix< T > | [private] |
| right_multiply_transpose(const DenseMatrix< T > &A) | libMesh::DenseMatrix< T > | [inline] |
| RIGHT_MULTIPLY_TRANSPOSE enum value | libMesh::DenseMatrix< T > | [private] |
| scale(const T factor) | libMesh::DenseMatrix< T > | [inline] |
| svd(DenseVector< T > &sigma) | libMesh::DenseMatrix< T > | [inline] |
| svd(DenseVector< T > &sigma, DenseMatrix< T > &U, DenseMatrix< T > &VT) | libMesh::DenseMatrix< T > | [inline] |
| swap(DenseMatrix< T > &other_matrix) | libMesh::DenseMatrix< T > | [inline] |
| transpose(const unsigned int i, const unsigned int j) const | libMesh::DenseMatrix< T > | [inline] |
| use_blas_lapack | libMesh::DenseMatrix< T > | |
| vector_mult(DenseVector< T > &dest, const DenseVector< T > &arg) const | libMesh::DenseMatrix< T > | [inline] |
| vector_mult_add(DenseVector< T > &dest, const T factor, const DenseVector< T > &arg) const | libMesh::DenseMatrix< T > | [inline] |
| vector_mult_transpose(DenseVector< T > &dest, const DenseVector< T > &arg) const | libMesh::DenseMatrix< T > | [inline] |
| zero() | libMesh::DenseMatrix< T > | [inline, virtual] |
| ~DenseMatrix() | libMesh::DenseMatrix< T > | [inline, virtual] |
| ~DenseMatrixBase() | libMesh::DenseMatrixBase< T > | [inline, virtual] |
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:13 UTC
Hosted By: