HomeSort by relevance Sort by last modified time
    Searched refs:lwork (Results 1 - 8 of 8) sorted by null

  /external/eigen/bench/btl/libs/BLAS/
blas_interface.hh 32 void ssytrd_(char *uplo, const int *n, float *a, const int *lda, float *d, float *e, float *tau, float *work, int *lwork, int *info );
33 void dsytrd_(char *uplo, const int *n, double *a, const int *lda, double *d, double *e, double *tau, double *work, int *lwork, int *info );
34 void sgehrd_( const int *n, int *ilo, int *ihi, float *a, const int *lda, float *tau, float *work, int *lwork, int *info );
35 void dgehrd_( const int *n, int *ilo, int *ihi, double *a, const int *lda, double *tau, double *work, int *lwork, int *info );
  /external/eigen/lapack/
eigenvalues.cpp 14 EIGEN_LAPACK_FUNC(syev,(char *jobz, char *uplo, int* n, Scalar* a, int *lda, Scalar* w, Scalar* /*work*/, int* lwork, int *info))
17 bool query_size = *lwork==-1;
24 else if((!query_size) && *lwork<std::max(1,3**n-1)) *info = -8;
32 // IF( LWORK.LT.MAX( 1, 3*N-1 ) .AND. .NOT.LQUERY )
51 *lwork = 0;
  /external/ceres-solver/internal/ceres/
lapack.cc 62 int* lwork,
122 int lwork = -1;
134 &lwork,
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 144 * \param lwork if lwork=-1, this routine returns an estimated size of the required memory
148 * \return an estimated size of the required memory if lwork = -1; otherwise, return the size of actually allocated memory when allocation failed, and 0 on success
152 Index SparseLUImpl<Scalar,Index>::memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, GlobalLU_t& glu)
161 if (lwork == emptyIdxLU)
SparseLUImpl.h 34 Index memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, GlobalLU_t& glu);
SparseLU.h 450 * failure occurred, plus A->ncol. If lwork = -1, it is
496 Index lwork = 0; local
497 Index info = Base::memInit(m, n, nnz, lwork, m_perfv.fillfactor, m_perfv.panel_size, m_glu);
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 27 SuperMatrix *U, void *work, int lwork, \
34 U, work, lwork, B, X, recip_pivot_growth, rcond, \
61 SuperMatrix *U, void *work, int lwork, \
68 U, work, lwork, B, X, recip_pivot_growth, rcond, \
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 1764 struct wpas_p2p_listen_work *lwork; local
1779 struct wpas_p2p_listen_work *lwork = work->ctx; local
1823 struct wpas_p2p_listen_work *lwork; local
    [all...]

Completed in 6888 milliseconds