示例#1
0
 /// <summary>
 /// See <see cref="IVector.CopyNonContiguouslyFrom(IVectorView, int[])"/>
 /// </summary>
 public void CopyNonContiguouslyFrom(IVectorView otherVector, int[] otherIndices)
 => DenseStrategies.CopyNonContiguouslyFrom(this, otherVector, otherIndices);