Searched defs:trmv (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/
H A Dproduct_trmv.cpp12 template<typename MatrixType> void trmv(const MatrixType& m) function
78 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) );
79 CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) );
80 CALL_SUBTEST_3( trmv(Matrix3d()) );
82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) );
84 CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) );
86 CALL_SUBTEST_6( trmv(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) );
H A Dproduct_trmm.cpp64 void trmv(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) function
85 EIGEN_CAT(CALL_SUBTEST_1,NB)((trmv<SCALAR, MODE, ColMajor>())); \
86 EIGEN_CAT(CALL_SUBTEST_1,NB)((trmv<SCALAR, MODE, RowMajor>()));
/external/eigen/blas/
H A Dlevel2_impl.h131 int EIGEN_BLAS_FUNC(trmv)(char *uplo, char *opa, char *diag, int *n, RealScalar *pa, int *lda, RealScalar *pb, int *incb) function

Completed in 2629 milliseconds