Click or drag to resize

MatrixStorageTCopySubMatrixTo Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]


Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopySubMatrixTo(
	MatrixStorage<T> target,
	int sourceRowIndex,
	int targetRowIndex,
	int rowCount,
	int sourceColumnIndex,
	int targetColumnIndex,
	int columnCount,
	ExistingData existingData = ExistingData.Clear
)

Parameters

target  MatrixStorageT

[Missing <param name="target"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]

sourceRowIndex  Int32

[Missing <param name="sourceRowIndex"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]

targetRowIndex  Int32

[Missing <param name="targetRowIndex"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]

rowCount  Int32

[Missing <param name="rowCount"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]

sourceColumnIndex  Int32

[Missing <param name="sourceColumnIndex"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]

targetColumnIndex  Int32

[Missing <param name="targetColumnIndex"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]

columnCount  Int32

[Missing <param name="columnCount"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]

existingData  ExistingData  (Optional)

[Missing <param name="existingData"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.CopySubMatrixTo(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{`0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.ExistingData)"]

See Also