GQCP
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Matrix.hpp File Reference
#include "Mathematical/Functions/CartesianDirection.hpp"
#include "Utilities/Eigen.hpp"
#include "Utilities/aliases.hpp"
#include "Utilities/type_traits.hpp"
#include <boost/algorithm/string.hpp>
#include <fstream>
#include <iostream>
#include <vector>
Include dependency graph for Matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GQCP::Matrix< _Scalar, _Rows, _Cols >
 

Namespaces

namespace  GQCP
 

Typedefs

template<typename Scalar , int Rows>
using GQCP::Vector = Matrix< Scalar, Rows, 1 >
 
template<typename Scalar >
using GQCP::MatrixX = Matrix< Scalar, Dynamic, Dynamic >
 
template<typename Scalar >
using GQCP::VectorX = Vector< Scalar, Dynamic >
 
template<typename Scalar >
using GQCP::VectorFunction = std::function< VectorX< Scalar >(const VectorX< Scalar > &)>
 
template<typename Scalar >
using GQCP::MatrixFunction = std::function< MatrixX< Scalar >(const VectorX< Scalar > &)>