MeshLib C# Docs
Loading...
Searching...
No Matches

quadratic form: f = x^T A x + c Generated from class MR.QuadraticForm2f. This is the const half of the class. More...

Inheritance diagram for MR.Const_QuadraticForm2f:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_QuadraticForm2f ()
 Constructs an empty (default-constructed) instance.
unsafe Const_QuadraticForm2f (MR.Const_SymMatrix2f A, float c)
 Constructs MR.QuadraticForm2f elementwise.
unsafe Const_QuadraticForm2f (MR.Const_QuadraticForm2f _other)
 Generated from constructor MR.QuadraticForm2f.QuadraticForm2f.
 Const_QuadraticForm2f (QuadraticForm2f _other)
 Generated from constructor MR.QuadraticForm2f.QuadraticForm2f.
unsafe float eval (in MR.Vector2f x)
 evaluates the function at given x Generated from method MR.QuadraticForm2f.eval.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_c

Properties

unsafe MR.Const_SymMatrix2f a [get, protected set]
unsafe float c [get]

Detailed Description

quadratic form: f = x^T A x + c Generated from class MR.QuadraticForm2f. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_QuadraticForm2f() [1/4]

unsafe MR.Const_QuadraticForm2f.Const_QuadraticForm2f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_QuadraticForm2f() [2/4]

unsafe MR.Const_QuadraticForm2f.Const_QuadraticForm2f ( MR.Const_SymMatrix2f A,
float c )
inline

Constructs MR.QuadraticForm2f elementwise.

◆ Const_QuadraticForm2f() [3/4]

unsafe MR.Const_QuadraticForm2f.Const_QuadraticForm2f ( MR.Const_QuadraticForm2f _other)
inline

Generated from constructor MR.QuadraticForm2f.QuadraticForm2f.

◆ Const_QuadraticForm2f() [4/4]

MR.Const_QuadraticForm2f.Const_QuadraticForm2f ( QuadraticForm2f _other)
inline

Generated from constructor MR.QuadraticForm2f.QuadraticForm2f.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_QuadraticForm2f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_QuadraticForm2f.Dispose ( bool disposing)
inlineprotectedvirtual

◆ eval()

unsafe float MR.Const_QuadraticForm2f.eval ( in MR.Vector2f x)
inline

evaluates the function at given x Generated from method MR.QuadraticForm2f.eval.

Member Data Documentation

◆ __ref_storage_c

unsafe float* MR.Const_QuadraticForm2f.__ref_storage_c
protected

Property Documentation

◆ a

unsafe MR.Const_SymMatrix2f MR.Const_QuadraticForm2f.a
getprotected set

◆ c

unsafe float MR.Const_QuadraticForm2f.c
get

The documentation for this class was generated from the following file: