Click or drag to resize

DenseMatrixMultiplyAssign Method

Multiply a matrix by a scalar in place, A = s*A

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DenseMatrix MultiplyAssign(
	double s
)

Parameters

s
Type: SystemDouble
The scalar.

Return Value

Type: DenseMatrix
A reference to this matrix, for convenience in performing multiple operations in a single line of code.
See Also