HomeSort by relevance Sort by last modified time
    Searched refs:matrixFunction (Results 1 - 6 of 6) sorted by null

  /external/eigen/unsupported/doc/examples/
MatrixFunction.cpp 22 << A.matrixFunction(expfn) << "\n\n";
  /external/eigen/unsupported/test/
matrix_exponential.cpp 45 C = (angle*A).matrixFunction(expfn);
70 C = A.matrixFunction(expfn);
94 C = A.matrixFunction(expfn);
120 m2 = m1.matrixFunction(expfn) * (-m1).matrixFunction(expfn);
matrix_function.cpp 105 VERIFY_IS_APPROX(A.exp(), A.matrixFunction(StdStemFunctions<ComplexScalar>::exp));
174 // in MatrixFunction.h and are thus useful for testing.
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 187 result = m_M.matrixFunction(StdStemFunctions<ComplexScalar>::exp);
MatrixFunction.h 37 class MatrixFunction
49 MatrixFunction(const MatrixType& A, AtomicType& atomic);
56 * See MatrixBase::matrixFunction() for details on how this computation
65 * \brief Partial specialization of MatrixFunction for real matrices
68 class MatrixFunction<MatrixType, AtomicType, 0>
90 MatrixFunction(const MatrixType& A, AtomicType& atomic) : m_A(A), m_atomic(atomic) { }
98 * uses MatrixFunction<MatrixType,1> and then converts the result back to
106 MatrixFunction<ComplexMatrix, AtomicType> mf(CA, m_atomic);
115 MatrixFunction& operator=(const MatrixFunction&)
    [all...]
  /external/eigen/Eigen/src/Core/
MatrixBase.h 450 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;

Completed in 112 milliseconds