Home
last modified time | relevance | path

Searched defs:coeff (Results 1 – 16 of 16) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/
Dcxx11_tensor_custom_index.cpp34 NormalIndex coeff(1,2,4,1); in test_map_as_index() local
52 NormalIndex coeff(1,2,4,1); in test_matrix_as_index() local
67 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_varlist_as_index() local
82 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_sizes_as_index() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/
DSparseBlock.h54 inline const Scalar coeff(Index row, Index col) const in coeff() function
59 inline const Scalar coeff(Index index) const in coeff() function
246 inline const Scalar coeff(Index row, Index col) const in coeff() function
251 inline const Scalar coeff(Index index) const in coeff() function
409 inline const Scalar coeff(Index row, Index col) const in coeff() function
420 inline const Scalar coeff(Index index) const in coeff() function
DAmbiVector.h255 _Scalar& AmbiVector<_Scalar,_StorageIndex>::coeff(Index i) in coeff() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
DsparseLM.cpp41 Scalar coeff; in model() local
69 Scalar coeff; in operator ()() local
93 Scalar coeff; in df() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/
DTensorFixedSize.h70 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index firstIndex, IndexTypes... otherInd… in coeff() function
79 EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices) const in coeff() function
86 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function
93 EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function
DTensor.h115 …EIGEN_DEVICE_FUNC inline const Scalar& coeff(Index firstIndex, Index secondIndex, IndexTypes... ot… in coeff() function
124 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices)… in coeff() function
135 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(CustomIndices& indices) const in coeff() function
141 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function
147 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function
DTensorContractionMapper.h37 …EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE typename Tensor::Scalar coeff(typename Tensor::Index index) … in coeff() function
DTensorEvaluator.h66 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const { in coeff() function
88 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(const array<DenseIndex, NumCoords>& co… in coeff() function
DTensorRef.h63 EIGEN_DEVICE_FUNC virtual const Scalar coeff(DenseIndex index) const { in coeff() function
292 EIGEN_STRONG_INLINE const Scalar coeff(const array<Index, NumIndices>& indices) const in coeff() function
329 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const in coeff() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h48 Scalar coeff(Index row, Index col) const in coeff() function
58 Scalar coeff(Index i) const in coeff() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/
DTranspositions.h56 inline const StorageIndex& coeff(Index i) const { return indices().coeff(i); } in coeff() function
DDenseCoeffsBase.h96 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const in coeff() function
139 coeff(Index index) const in coeff() function
DMapBase.h104 inline const Scalar& coeff(Index rowId, Index colId) const in coeff() function
111 inline const Scalar& coeff(Index index) const in coeff() function
DTriangularMatrix.h76 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/demos/mix_eigen_and_c/
Dbinary_library.cpp107 void MatrixXd_set_coeff(C_MatrixXd *m, int i, int j, double coeff) in MatrixXd_set_coeff()
162 void Map_MatrixXd_set_coeff(C_Map_MatrixXd *m, int i, int j, double coeff) in Map_MatrixXd_set_coeff()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/
Dlibrosa.h166 Matrixf coeff = 2*(M_PI*xi.transpose().array()/N*(xi.array()+0.5)).cos(); in dct() local