OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RealVectorType
(Results
1 - 7
of
7
) sorted by null
/external/eigen/test/
eigensolver_generic.cpp
27
typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1>
RealVectorType
;
45
VERIFY_IS_APPROX(ei1.eigenvectors().colwise().norm(),
RealVectorType
::Ones(rows).transpose());
adjoint.cpp
101
typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1>
RealVectorType
;
102
RealVectorType
rv1 =
RealVectorType
::Random(rows);
eigensolver_complex.cpp
45
typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1>
RealVectorType
;
eigensolver_selfadjoint.cpp
27
typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1>
RealVectorType
;
/external/eigen/test/eigen2/
eigen2_eigensolver.cpp
28
typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1>
RealVectorType
;
51
RealVectorType
_eval;
111
typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1>
RealVectorType
;
/external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h
99
typedef typename internal::plain_col_type<MatrixType, RealScalar>::type
RealVectorType
;
250
const
RealVectorType
& eigenvalues() const
355
RealVectorType
m_eivalues;
407
RealVectorType
& diag = m_eivalues;
489
typedef typename SolverType::
RealVectorType
VectorType;
664
typedef typename SolverType::
RealVectorType
VectorType;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h
64
typedef Matrix < RealScalar, Dynamic, 1 >
RealVectorType
;
Completed in 342 milliseconds