lsst.jointcal ge2d134c3d5+fd9a42e9f9
Classes | Typedefs
Eigenstuff.h File Reference
#include "lsst/pex/exceptions.h"
#include "Eigen/CholmodSupport"
#include "Eigen/Core"

Go to the source code of this file.

Classes

class  CholmodSimplicialLDLT2< _MatrixType, _UpLo >
 

Typedefs

using MatrixX2d = Eigen::Matrix< double, Eigen::Dynamic, 2 >
 
using SparseMatrixD = Eigen::SparseMatrix< double, 0, Eigen::Index >
 
using IndexVector = std::vector< std::ptrdiff_t >
 

Typedef Documentation

◆ IndexVector

Definition at line 38 of file Eigenstuff.h.

◆ MatrixX2d

using MatrixX2d = Eigen::Matrix<double, Eigen::Dynamic, 2>

Definition at line 33 of file Eigenstuff.h.

◆ SparseMatrixD

using SparseMatrixD = Eigen::SparseMatrix<double, 0, Eigen::Index>

Definition at line 35 of file Eigenstuff.h.