CAPD::DynSys Library  6.0.0
matrixExample.cpp File Reference
#include <iostream>
#include "capd/intervals/lib.h"
#include "capd/vectalg/Vector.hpp"
#include "capd/vectalg/Matrix.hpp"
#include "capd/vectalg/Matrix_Interval.hpp"

Typedefs

typedef Vector< double, 4 > DVector4D
 
typedef Vector< DInterval, 4 > IVector4D
 
typedef Vector< double, 0 > DVector
 
typedef Vector< DInterval, 0 > IVector
 
typedef Matrix< double, 4, 4 > DMatrix4D
 
typedef Matrix< DInterval, 4, 4 > IMatrix4D
 
typedef Matrix< double, 0, 0 > DMatrix
 
typedef Matrix< DInterval, 0, 0 > IMatrix
 

Functions

int main (int, char **)
 

Typedef Documentation

◆ DMatrix

typedef Matrix<double,0,0> DMatrix

◆ DMatrix4D

typedef Matrix<double,4,4> DMatrix4D

◆ DVector

typedef Vector<double,0> DVector

◆ DVector4D

typedef Vector<double,4> DVector4D

◆ IMatrix

typedef Matrix<DInterval,0,0> IMatrix

◆ IMatrix4D

typedef Matrix<DInterval,4,4> IMatrix4D

◆ IVector

typedef Vector<DInterval,0> IVector

◆ IVector4D

Function Documentation

◆ main()

int main ( int  ,
char **   
)