CAPD DynSys Library 5.2.0
capd::test::linearEquation::Torus_1 Struct Reference

#include </Users/kapela/code/capd-all/capd/capdAlg/tests/matrixAlgorithms/LinearEquationFixtures.h>

Public Types

typedef Matrix< long long, 0, 0 > MatrixType
 
typedef Vector< long long, 0 > VectorType
 

Public Member Functions

 Torus_1 ()
 

Public Attributes

std::vector< MatrixTypedata_le_matrix
 
std::vector< VectorTypedata_le_vector
 
std::vector< VectorTypedata_le_solution
 

Static Public Attributes

static const bool bigInt = false
 

Member Typedef Documentation

◆ MatrixType

◆ VectorType

Constructor & Destructor Documentation

◆ Torus_1()

Torus_1::Torus_1 ( )

Member Data Documentation

◆ bigInt

const bool capd::test::linearEquation::LinearEquationFixture::bigInt = false
staticinherited

◆ data_le_matrix

std::vector<MatrixType> capd::test::linearEquation::LinearEquationFixture::data_le_matrix
inherited

◆ data_le_solution

std::vector<VectorType> capd::test::linearEquation::LinearEquationFixture::data_le_solution
inherited

◆ data_le_vector

std::vector<VectorType> capd::test::linearEquation::LinearEquationFixture::data_le_vector
inherited