Reference documentation for deal.II version GIT relicensing-426-g7976cfd195 2024-04-18 21:10:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
FullMatrix< number > Member List

This is the complete list of members for FullMatrix< number >, including all inherited members.

add(const number a, const FullMatrix< number2 > &A)FullMatrix< number >
add(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B)FullMatrix< number >
add(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B, const number c, const FullMatrix< number2 > &C)FullMatrix< number >
add(const FullMatrix< number2 > &src, const number factor, const size_type dst_offset_i=0, const size_type dst_offset_j=0, const size_type src_offset_i=0, const size_type src_offset_j=0)FullMatrix< number >
add(const size_type row, const size_type column, const number value)FullMatrix< number >
add(const size_type row, const size_type n_cols, const index_type *col_indices, const number2 *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false)FullMatrix< number >
add_col(const size_type i, const number s, const size_type j)FullMatrix< number >
add_col(const size_type i, const number s, const size_type j, const number t, const size_type k)FullMatrix< number >
add_row(const size_type i, const number s, const size_type j)FullMatrix< number >
add_row(const size_type i, const number s, const size_type j, const number t, const size_type k)FullMatrix< number >
all_zero() constFullMatrix< number >
backward(Vector< number2 > &dst, const Vector< number2 > &src) constFullMatrix< number >
begin(const size_type r)FullMatrix< number >
begin(const size_type r) constFullMatrix< number >
cholesky(const FullMatrix< number2 > &A)FullMatrix< number >
const_iterator typedefFullMatrix< number >
copy_from(const MatrixType &)FullMatrix< number >
copy_from(const Tensor< 2, dim > &T, const unsigned int src_r_i=0, const unsigned int src_r_j=dim - 1, const unsigned int src_c_i=0, const unsigned int src_c_j=dim - 1, const size_type dst_r=0, const size_type dst_c=0)FullMatrix< number >
copy_to(Tensor< 2, dim > &T, const size_type src_r_i=0, const size_type src_r_j=dim - 1, const size_type src_c_i=0, const size_type src_c_j=dim - 1, const unsigned int dst_r=0, const unsigned int dst_c=0) constFullMatrix< number >
copy_transposed(const MatrixType &)FullMatrix< number >
determinant() constFullMatrix< number >
diagadd(const number s)FullMatrix< number >
end(const size_type r)FullMatrix< number >
end(const size_type r) constFullMatrix< number >
equ(const number a, const FullMatrix< number2 > &A)FullMatrix< number >
equ(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B)FullMatrix< number >
equ(const number a, const FullMatrix< number2 > &A, const number b, const FullMatrix< number2 > &B, const number c, const FullMatrix< number2 > &C)FullMatrix< number >
ExcEmptyMatrix()FullMatrix< number >static
ExcInvalidDestination(size_type arg1, size_type arg2, size_type arg3)FullMatrix< number >static
ExcMatrixNotPositiveDefinite()FullMatrix< number >static
ExcNotRegular(number arg1)FullMatrix< number >static
ExcSourceEqualsDestination()FullMatrix< number >static
extract_submatrix_from(const MatrixType &matrix, const std::vector< index_type > &row_index_set, const std::vector< index_type > &column_index_set)FullMatrix< number >
fill(const FullMatrix< number2 > &src, const size_type dst_offset_i=0, const size_type dst_offset_j=0, const size_type src_offset_i=0, const size_type src_offset_j=0)FullMatrix< number >
fill(const number2 *)FullMatrix< number >
fill_permutation(const FullMatrix< number2 > &src, const std::vector< size_type > &p_rows, const std::vector< size_type > &p_cols)FullMatrix< number >
forward(Vector< number2 > &dst, const Vector< number2 > &src) constFullMatrix< number >
frobenius_norm() constFullMatrix< number >
FullMatrix(const size_type n=0)FullMatrix< number >explicit
FullMatrix(const size_type rows, const size_type cols)FullMatrix< number >
FullMatrix(const size_type rows, const size_type cols, const number *entries)FullMatrix< number >
FullMatrix(const IdentityMatrix &id)FullMatrix< number >
gauss_jordan()FullMatrix< number >
invert(const FullMatrix< number2 > &M)FullMatrix< number >
iterator typedefFullMatrix< number >
l1_norm() constFullMatrix< number >
left_invert(const FullMatrix< number2 > &M)FullMatrix< number >
linfty_norm() constFullMatrix< number >
m() constFullMatrix< number >
matrix_norm_square(const Vector< number2 > &v) constFullMatrix< number >
matrix_scalar_product(const Vector< number2 > &u, const Vector< number2 > &v) constFullMatrix< number >
memory_consumption() constFullMatrix< number >
mmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) constFullMatrix< number >
mTmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) constFullMatrix< number >
n() constFullMatrix< number >
operator*=(const number factor)FullMatrix< number >
operator/=(const number factor)FullMatrix< number >
operator=(const FullMatrix< number2 > &)FullMatrix< number >
operator=(const number d)FullMatrix< number >
operator=(const IdentityMatrix &id)FullMatrix< number >
operator=(const LAPACKFullMatrix< number2 > &)FullMatrix< number >
operator==(const FullMatrix< number > &) constFullMatrix< number >
outer_product(const Vector< number2 > &V, const Vector< number2 > &W)FullMatrix< number >
precondition_Jacobi(Vector< somenumber > &dst, const Vector< somenumber > &src, const number omega=1.) constFullMatrix< number >
print(StreamType &s, const unsigned int width=5, const unsigned int precision=2) constFullMatrix< number >
print_formatted(std::ostream &out, const unsigned int precision=3, const bool scientific=true, const unsigned int width=0, const char *zero_string=" ", const double denominator=1., const double threshold=0., const char *separator=" ") constFullMatrix< number >
real_type typedefFullMatrix< number >
relative_symmetry_norm2() constFullMatrix< number >
residual(Vector< number2 > &dst, const Vector< number2 > &x, const Vector< number3 > &b) constFullMatrix< number >
right_invert(const FullMatrix< number2 > &M)FullMatrix< number >
scatter_matrix_to(const std::vector< index_type > &row_index_set, const std::vector< index_type > &column_index_set, MatrixType &matrix) constFullMatrix< number >
set(const size_type i, const size_type j, const number value)FullMatrix< number >
size_type typedefFullMatrix< number >
swap_col(const size_type i, const size_type j)FullMatrix< number >
swap_row(const size_type i, const size_type j)FullMatrix< number >
symmetrize()FullMatrix< number >
Tadd(const number s, const FullMatrix< number2 > &B)FullMatrix< number >
Tadd(const FullMatrix< number2 > &src, const number factor, const size_type dst_offset_i=0, const size_type dst_offset_j=0, const size_type src_offset_i=0, const size_type src_offset_j=0)FullMatrix< number >
Tmmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) constFullMatrix< number >
TmTmult(FullMatrix< number2 > &C, const FullMatrix< number2 > &B, const bool adding=false) constFullMatrix< number >
trace() constFullMatrix< number >
triple_product(const FullMatrix< number > &A, const FullMatrix< number > &B, const FullMatrix< number > &D, const bool transpose_B=false, const bool transpose_D=false, const number scaling=number(1.))FullMatrix< number >
Tvmult(Vector< number2 > &w, const Vector< number2 > &v, const bool adding=false) constFullMatrix< number >
Tvmult_add(Vector< number2 > &w, const Vector< number2 > &v) constFullMatrix< number >
value_type typedefFullMatrix< number >
vmult(Vector< number2 > &w, const Vector< number2 > &v, const bool adding=false) constFullMatrix< number >
vmult_add(Vector< number2 > &w, const Vector< number2 > &v) constFullMatrix< number >