Home
last modified time | relevance | path

Searched refs:matrix_subtract (Results 1 – 11 of 11) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/core/tests/
H A Dnumerics_matvecops.hpp79 EXPECT_FALSE(axom::numerics::matrix_subtract(A, B, C)); in TEST()
84 EXPECT_FALSE(axom::numerics::matrix_subtract(B, C2, A)); in TEST()
91 TEST(numerics_matvecops, matrix_subtract) in TEST() argument
100 EXPECT_TRUE(axom::numerics::matrix_subtract(I1, I2, A)); in TEST()
/dports/graphics/pfstools/pfstools-2.1.0/src/tmo/mantiuk06/
H A Dcontrast_domain.cpp73 static void matrix_subtract(const int n, const float* const a, float* const b);
290 static inline void matrix_subtract(const int n, const float* const a, float* const b) in matrix_subtract() function
672 matrix_subtract(n, b, r); // r = b - r in linbcg()
766 matrix_subtract(n, b, r); in linbcg()
831 matrix_subtract(n, b, r); in lincg()
907 matrix_subtract(n, b, r); in lincg()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/test/mantiuk06/
H A Dcontrast_domain.h56 void matrix_subtract(const int n, const float* const a, float* const b);
H A Dcontrast_domain.cpp261 void matrix_subtract(const int n, const float* const a, float* const b) in matrix_subtract() function
666 matrix_subtract(n, b, r); // r = b - r in lincg()
744 matrix_subtract(n, b, r); in lincg()
/dports/science/axom/axom-0.6.1/src/axom/core/numerics/
H A Dmatvecops.hpp209 inline bool matrix_subtract(const Matrix<T>& A, const Matrix<T>& B, Matrix<T>& C);
372 bool matrix_subtract(const Matrix<T>& A, const Matrix<T>& B, Matrix<T>& C) in matrix_subtract() function
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmatrix_f.h214 void matrix_subtract (matrix a, matrix b, matrix * c);
H A Dmatrix.h211 void matrix_subtract (matrix a, matrix b, matrix * c);
H A DRegAna.c160 matrix_subtract (t1, t2, a); in calc_glt_matrix()
H A Dmatrix_f.c580 void matrix_subtract (matrix a, matrix b, matrix * c) in matrix_subtract() function
821 matrix_subtract (a, xtemp, &error); in matrix_sqrt()
H A Dmatrix.c668 void matrix_subtract (matrix a, matrix b, matrix * c) in matrix_subtract() function
935 matrix_subtract (a, xtemp, &error); in matrix_sqrt()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_SurfWarp.c625 matrix_subtract(Kern_p, Kern, &delKern); in Change_in_Energy()