Click or drag to resize

MatrixStorageTMapSubMatrixIndexedToTU Method

[Missing <summary> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.MapSubMatrixIndexedTo``1(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{``0},System.Func{System.Int32,System.Int32,`0,``0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.Zeros,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 MapSubMatrixIndexedTo<TU>(
	MatrixStorage<TU> target,
	Func<int, int, T, TU> f,
	int sourceRowIndex,
	int targetRowIndex,
	int rowCount,
	int sourceColumnIndex,
	int targetColumnIndex,
	int columnCount,
	Zeros zeros,
	ExistingData existingData
)
where TU : struct, new(), IEquatable<TU>, IFormattable

Parameters

target  MatrixStorageTU

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

f  FuncInt32, Int32, T, TU

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

sourceRowIndex  Int32

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

targetRowIndex  Int32

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

rowCount  Int32

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

sourceColumnIndex  Int32

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

targetColumnIndex  Int32

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

columnCount  Int32

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

zeros  Zeros

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

existingData  ExistingData

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

Type Parameters

TU

[Missing <typeparam name="TU"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage`1.MapSubMatrixIndexedTo``1(Altaxo.Calc.LinearAlgebra.Storage.MatrixStorage{``0},System.Func{System.Int32,System.Int32,`0,``0},System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.Calc.LinearAlgebra.Zeros,Altaxo.Calc.LinearAlgebra.ExistingData)"]

See Also