Click or drag to resize
Accord.NET (logo)

OctaveEnvironmentmat Class

Matrix definition operator.
Inheritance Hierarchy
SystemObject
  Accord.Math.EnvironmentsOctaveEnvironmentmat

Namespace:  Accord.Math.Environments
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
protected class mat
Request Example View Source

The OctaveEnvironmentmat type exposes the following members.

Constructors
  NameDescription
Public methodOctaveEnvironmentmat
Initializes a new instance of the OctaveEnvironmentmat class.
Top
Properties
  NameDescription
Public propertyt
Transpose operator.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberAddition(Double, OctaveEnvironmentmat)
Addition operator
Public operatorStatic memberAddition(OctaveEnvironmentmat, OctaveEnvironmentmat)
Addition operator
Public operatorStatic memberAddition(OctaveEnvironmentmat, Double)
Addition operator
Public operatorStatic memberEquality
Equality operator.
Public operatorStatic member(Double to OctaveEnvironmentmat)
Implicit conversion from double[,].
Public operatorStatic member(OctaveEnvironmentmat to Double)
Implicit conversion to double[,].
Public operatorStatic member(OctaveEnvironmentmat to String)
Implicit conversion to string.
Public operatorStatic member(ListOctaveEnvironmentmat to OctaveEnvironmentmat)
Implicit conversion from list.
Public operatorStatic memberInequality
Inequality operator.
Public operatorStatic memberMultiply(Double, OctaveEnvironmentmat)
Multiplication operator
Public operatorStatic memberMultiply(OctaveEnvironmentmat, OctaveEnvironmentmat)
Multiplication operator
Public operatorStatic memberMultiply(OctaveEnvironmentmat, Double)
Multiplication operator
Public operatorStatic memberSubtraction(Double, OctaveEnvironmentmat)
Subtraction operator
Public operatorStatic memberSubtraction(OctaveEnvironmentmat, OctaveEnvironmentmat)
Subtraction operator
Public operatorStatic memberSubtraction(OctaveEnvironmentmat, Double)
Subtraction operator
Top
Fields
  NameDescription
Public fieldmatrix
Inner matrix object.
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also