Blender V2.61 - r43446
|
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(), BLI_ghashutil_paircmp(), TNT::Fortran_Array1D< T >::copy(), TNT::Array3D< T >::copy(), TNT::Array2D< T >::copy(), TNT::Array1D< T >::copy(), cullPoints2(), dBoxBox2(), ewa_eval(), FHT2D(), fresnel_dielectric(), fresnel_dielectric_cos(), get_colamd(), imagewraposa_aniso(), InputAngle(), lerp(), newPerlin(), TNT::operator<<(), OrenNayar_Diff(), CcdPhysicsEnvironment::rayTest(), Color32::setBGRA(), SubsurfaceClosure::setup(), solve_least_squares(), strsv_(), TNT::Array3D< T >::subarray(), TNT::Array2D< T >::subarray(), svd_m4(), AUD_SoftwareDevice::AUD_SoftwareHandle::update(), and IK_QElbowSegment::UpdateAngleApply().
Referenced by bsdf_microfacet_beckmann_sample(), bsdf_microfacet_ggx_sample(), bsdf_ward_eval_reflect(), bsdf_ward_sample(), WardClosure::eval_reflect(), GetSkyXYZRadiance(), IIR_gauss(), IIR_gauss_single(), newPerlin(), perlin(), perlin_periodic(), MD5Hash::process(), WardClosure::sample(), MicrofacetBeckmannClosure< Refractive >::sample(), MicrofacetGGXClosure< Refractive >::sample(), JAMA::LU< Real >::solve(), strsv_(), TNT::Fortran_Array1D< T >::subarray(), TNT::Array1D< T >::subarray(), and xyY_to_xyz().
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().