Searched refs:block_operator (Results 1 – 3 of 3) sorted by relevance
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/ |
H A D | block_linear_operator.h | 56 block_operator(const BlockMatrixType &matrix); 65 block_operator( 585 block_operator(const BlockMatrixType &block_matrix) in block_operator() function 652 block_operator( in block_operator() function 795 return block_operator<m, m, Range, Domain>(new_ops); in block_diagonal_operator() 888 const unsigned int m = block_operator.n_block_rows(); in block_forward_substitution() 889 Assert(block_operator.n_block_cols() == m, in block_forward_substitution() 917 const unsigned int m = block_operator.n_block_rows(); in block_forward_substitution() 918 Assert(block_operator.n_block_cols() == m, in block_forward_substitution() 1007 Assert(block_operator.n_block_cols() == m, in block_back_substitution() [all …]
|
H A D | trilinos_linear_operator.h | 142 block_operator(const TrilinosWrappers::BlockSparseMatrix &block_matrix) in block_operator() function 149 return dealii::block_operator<Range, Domain, BlockPayload, BlockMatrix>( in block_operator() 178 block_operator( in block_operator() function 192 return dealii::block_operator<m, n, Range, Domain, BlockPayload>(ops); in block_operator()
|
/dports/security/sudoscript/sudoscript-2.1.2/ |
H A D | perltidy | 13527 $block_operator 15017 if ( $brace_type[$brace_depth] =~ /$block_operator/ ) { 16960 elsif ( $last_nonblank_token =~ /$block_operator/ ) { 19141 $block_operator = make_regex('^(do|eval)$');
|