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

Typedefs

typedef double Scalar
 
typedef Vector< Scalar, 0 > DVector
 
typedef Matrix< Scalar, 0, 0 > DMatrix
 

Functions

int main (int, char **)
 

Typedef Documentation

◆ DMatrix

typedef Matrix<Scalar,0,0> DMatrix

◆ DVector

typedef Vector<Scalar,0> DVector

◆ Scalar

typedef double Scalar

Function Documentation

◆ main()

int main ( int  ,
char **   
)