Home
last modified time | relevance | path

Searched defs:upper_triangle (Results 1 – 13 of 13) sorted by relevance

/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DHermiteAlgorithm.h65 upper_triangle(VectorArray& vs, Index num_cols) in upper_triangle() function
72 upper_triangle(VectorArray& vs) in upper_triangle() function
88 upper_triangle(VectorArray& vs, const ColumnSet& cols) in upper_triangle() function
H A DHermiteAlgorithm.cpp102 _4ti2_::upper_triangle(VectorArray& vs, int num_rows, int num_cols) in upper_triangle() function in _4ti2_
/dports/math/py-sympy/sympy-1.9/sympy/matrices/
H A Ddensesolve.py186 def upper_triangle(matlist, K): function
408 def backward_substitution(upper_triangle, variable, constant, K): argument
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/
H A Dvnl_ldl_cholesky.h75 vnl_matrix<double> upper_triangle() const { return L_.transpose(); } in upper_triangle() function
H A Dvnl_cholesky.cxx123 vnl_matrix<double> vnl_cholesky::upper_triangle() const in upper_triangle() function in vnl_cholesky
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/
H A Dvnl_ldl_cholesky.h75 vnl_matrix<double> upper_triangle() const { return L_.transpose(); } in upper_triangle() function
H A Dvnl_cholesky.cxx136 vnl_cholesky::upper_triangle() const in upper_triangle() function in vnl_cholesky
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dsubgraph_2.cpp38 CppAD::sparse_rc<s_vector> upper_triangle(n, n, nnz); in test_subgraph_subset() local
/dports/math/dbcsr/dbcsr-2.1.0/src/ops/
H A Ddbcsr_csr_conversions.F1082 SUBROUTINE csr_write(csr_mat, unit_nr, upper_triangle, threshold, binary) argument
1088 LOGICAL, INTENT(IN), OPTIONAL :: upper_triangle local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/ops/
H A Ddbcsr_csr_conversions.F1147 SUBROUTINE csr_write(csr_mat, unit_nr, upper_triangle, threshold, binary) argument
1153 LOGICAL, INTENT(IN), OPTIONAL :: upper_triangle local
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/base/
H A Dedition.rs24 pub fn upper_triangle(&self) -> MatrixMN<N, R, C> in upper_triangle() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/base/
H A Dedition.rs24 pub fn upper_triangle(&self) -> MatrixMN<N, R, C> in upper_triangle() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/base/
H A Dedition.rs22 pub fn upper_triangle(&self) -> OMatrix<T, R, C> in upper_triangle() method