IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Test.VectorTest Class Reference
+ Collaboration diagram for Test.VectorTest:

Public Member Functions

void ColumnVectorCopy ()
 
void RowVectorCopy ()
 
void ColumnVectorArithmetic ()
 
void RowVectorArithmetic ()
 
void MixedVectorArithmetic ()
 
void VectorNorm ()
 
void VectorAsCollection ()
 
void ExtendedVectorNorm ()
 

Private Attributes

RowVector R = new RowVector(new double[] { 1, 1 })
 
ColumnVector C = new ColumnVector(new double[] { 1, -1, 1 })
 
RectangularMatrix M = new RectangularMatrix(new double[,] { { 1, 2, 3 }, { 4, 5, 6 } })
 

Member Function Documentation

void Test.VectorTest.ColumnVectorCopy ( )
inline
void Test.VectorTest.RowVectorCopy ( )
inline
void Test.VectorTest.VectorNorm ( )
inline
void Test.VectorTest.VectorAsCollection ( )
inline
void Test.VectorTest.ExtendedVectorNorm ( )
inline

Member Data Documentation

RowVector Test.VectorTest.R = new RowVector(new double[] { 1, 1 })
private
ColumnVector Test.VectorTest.C = new ColumnVector(new double[] { 1, -1, 1 })
private
RectangularMatrix Test.VectorTest.M = new RectangularMatrix(new double[,] { { 1, 2, 3 }, { 4, 5, 6 } })
private

The documentation for this class was generated from the following file: