Click or drag to resize

MatrixStorageTTransposeTo Method

Copies the transpose of this matrix into another storage instance.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void TransposeTo(
	MatrixStorage<T> target,
	ExistingData existingData = ExistingData.Clear
)

Parameters

target  MatrixStorageT
The target storage.
existingData  ExistingData  (Optional)
How existing target data is handled.
See Also