AccelerateSupport.h File Reference

Go to the source code of this file.

Classes

class  Eigen::AccelerateImpl< MatrixType_, UpLo_, Solver_, EnforceSquare_ >
 

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::internal
 

Typedefs

template<typename MatrixType >
using Eigen::AccelerateCholeskyAtA = AccelerateImpl< MatrixType, 0, SparseFactorizationCholeskyAtA, false >
 
template<typename MatrixType , int UpLo = Lower>
using Eigen::AccelerateLDLT = AccelerateImpl< MatrixType, UpLo|Symmetric, SparseFactorizationLDLT, true >
 
template<typename MatrixType , int UpLo = Lower>
using Eigen::AccelerateLDLTSBK = AccelerateImpl< MatrixType, UpLo|Symmetric, SparseFactorizationLDLTSBK, true >
 
template<typename MatrixType , int UpLo = Lower>
using Eigen::AccelerateLDLTTPP = AccelerateImpl< MatrixType, UpLo|Symmetric, SparseFactorizationLDLTTPP, true >
 
template<typename MatrixType , int UpLo = Lower>
using Eigen::AccelerateLDLTUnpivoted = AccelerateImpl< MatrixType, UpLo|Symmetric, SparseFactorizationLDLTUnpivoted, true >
 
template<typename MatrixType , int UpLo = Lower>
using Eigen::AccelerateLLT = AccelerateImpl< MatrixType, UpLo|Symmetric, SparseFactorizationCholesky, true >
 
template<typename MatrixType >
using Eigen::AccelerateQR = AccelerateImpl< MatrixType, 0, SparseFactorizationQR, false >