TVecList Class

Source: MtxVec.cs · Assembly: Dew.Math
TObjectListTVecList

public class TVecList : TObjectList

List of TVec objects.

List of Dew.Math.TVec objects. The list manages the object list. The TVec objects are created and destroyed by the list. List size can be controled with the Count property. Items can be added which already exist with Add(src), by calling Add() method or by setting Count property.

Methods

NameDescription
Add (2)Creates and adds a new TVec object to the list.
AssignAssigns the source to the calling object.
ComposeColumnMatrixUses all list elements to form columns of the Dst Matrix.
ComposeRowMatrixUses all list elements to form rows of the Dst Matrix.
DecomposeColumnMatrixCopies all columns to the list of vectors.
DecomposeRowMatrixCopies all rows to the list of vectors.
LoadFromStreamLoad the list from a stream.
SaveToStreamSave the list to a stream.
SetFullRangeCalls SetFullRange on each of the list elements.
SetSubRangeSubranges all rows from the Src Matrix with vectors from the list.