Home
last modified time | relevance | path

Searched refs:get_diagonal (Results 1 – 25 of 68) sorted by relevance

123

/dports/math/libmesh/libmesh-1.6.2/include/numerics/
H A Dsparse_shell_matrix.h68 virtual void get_diagonal (NumericVector<T> & dest) const override;
117 void SparseShellMatrix<T>::get_diagonal(NumericVector<T> & dest) const in get_diagonal() function
119 _m.get_diagonal(dest); in get_diagonal()
H A Dpetsc_shell_matrix.h82 virtual void get_diagonal (NumericVector<T> & dest) const override;
192 void PetscShellMatrix<T>::get_diagonal (NumericVector<T> & dest) const in get_diagonal() function
H A Dshell_matrix.h101 virtual void get_diagonal (NumericVector<T> & dest) const = 0;
H A Dsum_shell_matrix.h79 virtual void get_diagonal (NumericVector<T> & dest) const override;
H A Dtensor_shell_matrix.h68 virtual void get_diagonal (NumericVector<T> & dest) const override;
H A Ddiagonal_matrix.h139 void get_diagonal(NumericVector<T> & dest) const override;
H A Dtrilinos_epetra_matrix.h179 virtual void get_diagonal (NumericVector<T> & dest) const override;
H A Deigen_sparse_matrix.h142 virtual void get_diagonal (NumericVector<T> & dest) const override;
H A Dlaspack_matrix.h159 virtual void get_diagonal (NumericVector<T> & dest) const override;
/dports/math/libmesh/libmesh-1.6.2/src/numerics/
H A Dsum_shell_matrix.C77 void SumShellMatrix<T>::get_diagonal (NumericVector<T> & dest) const in get_diagonal() function
82 matrices[i]->get_diagonal(*a); in get_diagonal()
H A Dtensor_shell_matrix.C46 void TensorShellMatrix<T>::get_diagonal (NumericVector<T> & dest) const in get_diagonal() function
H A Ddiagonal_matrix.C226 X.get_diagonal(*x_diagonal); in add()
270 DiagonalMatrix<T>::get_diagonal(NumericVector<T> & dest) const in get_diagonal() function
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/Tools/Phylo/Phylip/
H A DProtDist.t34 my @diag = $phy->get_diagonal;
85 @diag = $phy->get_diagonal;
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/Matrix/
H A DMatrix.t80 my @diag = $blosum_matrix->get_diagonal;
99 @diag = $pam_matrix->get_diagonal;
129 @diag = $phy->get_diagonal;
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/include/votca/xtp/
H A Dbseoperator_btda.h62 diag_ = get_diagonal();
81 Eigen::VectorXd get_diagonal() const {
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/include/votca/xtp/
H A Dbseoperator_btda.h62 diag_ = get_diagonal();
81 Eigen::VectorXd get_diagonal() const {
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Matrix/
H A DMatrixI.pm180 sub get_diagonal{ subroutine
H A DPhylipDist.pm234 sub get_diagonal { subroutine
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_matrix_priv.h311 cs_matrix_get_diagonal_t *get_diagonal; member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_matrix_fixed.cxx159 TEST("m2.get_diagonal()", m2.get_diagonal(), vnl_vector<int>(2,2,v2_data)); in test_int()
310 TEST("d2.get_diagonal()", d2.get_diagonal(), vnl_vector<float>(2,2,v2_data)); in test_float()
413 TEST("d2.get_diagonal()", d2.get_diagonal(), vnl_vector<double>(2,2,v2_data)); in test_double()
H A Dtest_matrix_fixed_ref.cxx53 TEST("get_diagonal()", cmf.get_diagonal(), v); in test_matrix_fixed_ref()
H A Dtest_container_interface.cxx100 m.get_diagonal(); in test_common_interface()
H A Dtest_matrix.cxx142 TEST("m2.get_diagonal()", m2.get_diagonal(), vnl_vector<int>(2,2,v2_data)); in test_int()
369 TEST("d2.get_diagonal()", d2.get_diagonal(), vnl_vector<float>(2,2,v2_data)); in test_float()
500 TEST("d2.get_diagonal()", d2.get_diagonal(), vnl_vector<double>(2,2,v2_data)); in test_double()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_matrix_fixed.cxx180 TEST("m2.get_diagonal()", m2.get_diagonal(), vnl_vector<int>(2, 2, v2_data)); in test_int()
319 TEST("d2.get_diagonal()", d2.get_diagonal(), vnl_vector<float>(2, 2, v2_data)); in test_float()
418 TEST("d2.get_diagonal()", d2.get_diagonal(), vnl_vector<double>(2, 2, v2_data)); in test_double()
H A Dtest_matrix_fixed_ref.cxx85 TEST("get_diagonal()", cmf.get_diagonal(), v); in test_matrix_fixed_ref()

123