Computes the norm of a vector.
The input vector.
This input accepts a 1D array of double-precision, floating point numbers or 1D array of complex double-precision, floating point numbers.
If this input is an empty array, this node returns NaN.
Type of norm this node computes.
If norm type is User Defined, this node uses user defined norm as the norm type.
Name | Value | Description |
---|---|---|
1-norm | 0 | Uses 1-norm. |
2-norm | 1 | Uses 2-norm. |
Inf-norm | 2 | Uses infinity-norm. |
-Inf-norm | 3 | Uses -infinity-norm. |
User Defined | 4 | Uses the user defined norm as the norm type. |
Algorithms for Calculating the Norm
Default: 2-norm
Norm type that you specify.
If norm type is User Defined, this node uses user defined norm as the norm type.
This input must be nonzero.
Default: -1
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
The norm of the input vector.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application