IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
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 } }) |
|
inline |
References Meta.Numerics.Matrices.ColumnVector.Copy().
|
inline |
References Meta.Numerics.Matrices.RowVector.Copy().
|
inline |
|
inline |
|
inline |
|
inline |
References Meta.Numerics.Matrices.VectorBase.Norm().
|
inline |
References Meta.Numerics.Matrices.VectorBase.Dimension.
|
inline |
References Meta.Numerics.Matrices.VectorBase.Norm().
Referenced by Test.VectorTest.MixedVectorArithmetic(), and Test.VectorTest.RowVectorArithmetic().
|
private |
Referenced by Test.VectorTest.ColumnVectorArithmetic(), and Test.VectorTest.MixedVectorArithmetic().
|
private |
Referenced by Test.VectorTest.RowVectorArithmetic().