BP_LDA.DNNRun_t.SetSparsePatternForY C# (CSharp) Method

SetSparsePatternForY() public method

public SetSparsePatternForY ( SparseMatrix SourceMatrix ) : void
SourceMatrix LinearAlgebra.SparseMatrix
return void
		public void SetSparsePatternForY(SparseMatrix SourceMatrix)
		{
			y_sparse = new SparseMatrix(SourceMatrix);
		}