Click or drag to resize

DenseMatrix.MultiplyAssign 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: 25.1.421.0 (25.1.421.0)
Syntax
public DenseMatrix MultiplyAssign(
	double s
)

Parameters

s
Type: System.Double
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