Click or drag to resize
Matrix Class
Arbitrary-sized matrix
Inheritance Hierarchy
SystemObject
  ABB.Robotics.MathMatrix

Namespace:  ABB.Robotics.Math
Assembly:  ABB.Robotics.Math (in ABB.Robotics.Math.dll) Version: 7.0.8747.636
Syntax
C#
public class Matrix

The Matrix type exposes the following members.

Constructors
  NameDescription
Public methodMatrix(Matrix)
Creates a new Matrix that is a copy of the given Matrix
Public methodMatrix(Int32, Int32)
Creates a new Matrix with the given number of rows and columns
Public methodMatrix(Int32, Int32, Double)
ABB Internal use only
Top
Properties
  NameDescription
Public propertyItem
Element access
Public propertyNumCols
Returns the number of columns in the matrix
Public propertyNumRows
Returns the number of rows in the matrix
Top
Methods
  NameDescription
Public methodAlmostEquals
Checks that a matrices only differs by an epsilon-sized amount.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMultiply
Matrix-Matrix multiplication method.
Public methodToString
Returns a string that represents this Matrix
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Element-wise addition operator.
Public operatorStatic memberMultiply
Matrix-Matrix multiplication operator.
Public operatorStatic memberSubtraction
Element-wise subtraction operator.
Top
Version Information

Supported in: 1.0
See Also