Click or drag to resize

ILinearAlgebraProviderTMatrixNorm Method

Computes the requested Norm of the matrix.

Namespace: Altaxo.Calc.Providers.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double MatrixNorm(
	Norm norm,
	int rows,
	int columns,
	T[] matrix
)

Parameters

norm  Norm
The type of norm to compute.
rows  Int32
The number of rows.
columns  Int32
The number of columns.
matrix  T
The matrix to compute the norm from.

Return Value

Double
The requested Norm of the matrix.
See Also