Blender V2.61 - r43446
Classes | Public Attributes

__NLContext Struct Reference

List of all members.

Classes

struct  __NLSuperLUContext

Public Attributes

NLenum state
NLuint n
NLuint m
__NLVariablevariable
NLfloatb
NLfloatMtb
__NLSparseMatrix M
__NLSparseMatrix MtM
NLfloatx
NLuint nb_variables
NLuint nb_rows
NLboolean least_squares
NLboolean symmetric
NLuint nb_rhs
NLboolean solve_again
NLboolean alloc_M
NLboolean alloc_MtM
NLboolean alloc_variable
NLboolean alloc_x
NLboolean alloc_b
NLboolean alloc_Mtb
NLfloat error
__NLMatrixFunc matrix_vector_prod
struct
__NLContext::__NLSuperLUContext 
slu

Detailed Description

Definition at line 501 of file opennl.c.


Member Data Documentation

Definition at line 521 of file opennl.c.

Referenced by __nlBeginMatrix(), and nlDeleteContext().

Definition at line 517 of file opennl.c.

Referenced by __nlBeginMatrix(), and nlDeleteContext().

Definition at line 522 of file opennl.c.

Referenced by __nlEndMatrix(), and nlDeleteContext().

Definition at line 518 of file opennl.c.

Referenced by __nlEndMatrix(), nlDeleteContext(), and nlPrintMatrix().

Definition at line 523 of file opennl.c.

Referenced by nlGetFloatv().

Definition at line 524 of file opennl.c.

Referenced by nlNewContext().

Definition at line 509 of file opennl.c.

Referenced by __nlEndMatrix(), __nlFactorize_SUPERLU(), nlDeleteContext(), and nlPrintMatrix().


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