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

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 139 typedef Matrix<Scalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
159 DynMatrixType solveTriangularSylvester(const DynMatrixType& A, const DynMatrixType& B, const DynMatrixType& C);
396 DynMatrixType A = block(m_T, blockIndex, blockIndex);
397 DynMatrixType B = -block(m_T, blockIndex+diagIndex, blockIndex+diagIndex);
398 DynMatrixType C = block(m_fT, blockIndex, blockIndex) * block(m_T, blockIndex, blockIndex+diagIndex);
433 typename MatrixFunction<MatrixType,AtomicType,1>::DynMatrixType MatrixFunction<MatrixType,AtomicType,1>::solveTriangularSylvester(
434 const DynMatrixType& A,
    [all...]
MatrixLogarithm.h 447 typedef Matrix<ComplexScalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
448 typedef MatrixLogarithmAtomic<DynMatrixType> AtomicType;
  /external/eigen/test/
ref.cpp 42 typedef Matrix<Scalar,Dynamic,Dynamic,MatrixType::Options> DynMatrixType;
46 typedef Ref<DynMatrixType> RefDynMat;
47 typedef Ref<const DynMatrixType> ConstRefDynMat;
91 typedef Matrix<Scalar,Dynamic,1,VectorType::Options> DynMatrixType;
96 typedef Ref<DynMatrixType> RefDynMat;
97 typedef Ref<const DynMatrixType> ConstRefDynMat;
99 typedef Ref<DynMatrixType , 0, InnerStride<> > RefMatWithStride;

Completed in 80 milliseconds