ZeroNormException Constructor (Int32) |
The computations cannot continue because the Euclidean norm of the
column is equal to zero.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ZeroNormException(
int index
)
Public Sub New (
index As Integer
)
public:
ZeroNormException(
int index
)
new :
index : int -> ZeroNormException
Parameters
- index
- Type: SystemInt32
An int which specifies the column index
for which the norm has been found to be zero.
See Also