ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Matrix Class
Fields Properties Methods


In This Topic
    Matrix Class Members
    In This Topic

    The following tables list the members exposed by Matrix.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldA two dimension double array used to save the data.  
    Top
    Public Properties
     NameDescription
    Public PropertyGet the vectors from the column direction.  
    Public PropertyGets the elements of the matrix.  
    Public PropertyGet the row number of the matrix.  
    Public PropertyGets a value indicating whether this Matrix object is the identity matrix.  
    Public PropertyGets or sets the value of element at special location.  
    Public PropertyGet the vectors from the row direction..  
    Public PropertyGets the value of the current matrix.  
    Public PropertyGet the column number of the matrix.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a speical Matrix to this Matrix.  
    Public MethodCreate a new object that is a copy of this Matrix.  
    Public MethodDetermines whether the specified System.Object is equal to the current System.Object.  
    Public MethodServes as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.  
    Public MethodLeft multiply a speical Matrix to this Matrix.  
    Public MethodRight multiply a speical Matrix to this Matrix.  
    Public MethodReturns a string that represents the current matrix.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Defines the transpose operator for Matrix class.  
    Top
    Public Operators
    Defines the + operator for Matrix class.
    Defines the == operator for vector.
    Use the explicit convertion to get a value of matrix.
    Defines the == operator for vector.
    Defines the * operator for Matrix class.
    Defines the binary - operator for Matrix class.
    Defines the binary - operator for Matrix class.
    Top
    See Also