public double Norm(
DoubleMatrix coordinates
)Public Function Norm (
coordinates As DoubleMatrix
) As Doublepublic:
double Norm(
DoubleMatrix^ coordinates
)member Norm :
coordinates : DoubleMatrix -> float
Parameter coordinates must be passed as
a row vector.
Let be the
matrix representation
of this instance, and let
be
equal to coordinates. Then
method Norm(DoubleMatrix)
returns
where is the
scalar product induced by
basis
.
| ArgumentNullException | coordinates is null. |
| ArgumentOutOfRangeException | coordinates is not a row vector. -or- coordinates has Count not equal to the Dimension of the Basis. |