|
Blender
V2.59
|
Go to the source code of this file.
Defines | |
| #define | X(I) x[(I)-1] |
| #define | A(I, J) a[(I)-1 + ((J)-1)* ( *lda)] |
Functions | |
| int | strsv_ (char *, char *, char *, int *, float *, int *, float *, int *) |
Definition in file strsv.c.
Referenced by bake_set_vlr_dxyco(), colamd(), TNT::Array2D< T >::copy(), TNT::Array3D< T >::copy(), TNT::Fortran_Array1D< T >::copy(), TNT::Array1D< T >::copy(), cullPoints2(), dBoxBox2(), ewa_eval(), FHT2D(), get_colamd(), imagewraposa_aniso(), InputAngle(), newPerlin(), TNT::operator<<(), OrenNayar_Diff(), CcdPhysicsEnvironment::rayTest(), Color32::setBGRA(), strsv_(), TNT::Array2D< T >::subarray(), TNT::Array3D< T >::subarray(), svd_m4(), and IK_QElbowSegment::UpdateAngleApply().
| int strsv_ | ( | char * | uplo, |
| char * | trans, | ||
| char * | diag, | ||
| int * | n, | ||
| float * | a, | ||
| int * | lda, | ||
| float * | x, | ||
| int * | incx | ||
| ) |
Definition at line 7 of file strsv.c.
References A, i, lsame_(), X, and xerbla_().
Referenced by scolumn_bmod(), sp_strsv(), spanel_bmod(), and ssnode_bmod().