Updates a Hermitian matrix by subtracting the product
of a matrix and its transpose.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public HermitianMatrix<T> SubtractOuterProduct(
Matrix<T> matrix
)
Public Function SubtractOuterProduct (
matrix As Matrix(Of T)
) As HermitianMatrix(Of T)
public:
HermitianMatrix<T>^ SubtractOuterProduct(
Matrix<T>^ matrix
)
member SubtractOuterProduct :
matrix : Matrix<'T> -> HermitianMatrix<'T>
Parameters
- matrix
- Type: Extreme.MathematicsMatrixT
A MatrixT.
Return Value
Type:
HermitianMatrixTA reference to this instance.
This method uses the level 3 BLAS routine DSYRK.
Numerical Libraries
Supported in: 6.0
Reference