OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLinSpaced
(Results
1 - 10
of
10
) sorted by null
/external/eigen/doc/snippets/
DenseBase_setLinSpaced.cpp
2
v.
setLinSpaced
(5,0.5f,1.5f);
/external/eigen/test/
nullary.cpp
51
m.
setLinSpaced
(size,low,high);
81
row_vector.
setLinSpaced
(size,low,high);
82
col_vector.
setLinSpaced
(size,low,high);
88
size_changer.
setLinSpaced
(size,low,high);
93
scalar.
setLinSpaced
(1,low,high);
99
m.tail(size-1).
setLinSpaced
(low, high);
/external/eigen/Eigen/src/SparseCore/
SparseColEtree.h
76
firstRowElt.segment(0, diagSize).
setLinSpaced
(diagSize, 0, diagSize-1);
SparseMatrix.h
699
Eigen::Map<Matrix<Index, Dynamic, 1> >(&this->m_data.index(0), rows()).
setLinSpaced
(0, rows()-1);
701
Eigen::Map<Matrix<Index, Dynamic, 1> >(this->m_outerIndex, rows()+1).
setLinSpaced
(0, rows());
[
all
...]
/external/eigen/Eigen/src/Core/
CwiseNullaryOp.h
238
* \sa
setLinSpaced
(Index,const Scalar&,const Scalar&), LinSpaced(Index,Scalar,Scalar), CwiseNullaryOp
272
* \sa
setLinSpaced
(Index,const Scalar&,const Scalar&), LinSpaced(Sequential_t,Index,const Scalar&,const Scalar&,Index), CwiseNullaryOp
387
EIGEN_STRONG_INLINE Derived& DenseBase<Derived>::
setLinSpaced
(Index newSize, const Scalar& low, const Scalar& high)
401
* \sa
setLinSpaced
(Index, const Scalar&, const Scalar&), CwiseNullaryOp
404
EIGEN_STRONG_INLINE Derived& DenseBase<Derived>::
setLinSpaced
(const Scalar& low, const Scalar& high)
407
return
setLinSpaced
(size(), low, high);
DenseBase.h
332
Derived&
setLinSpaced
(Index size, const Scalar& low, const Scalar& high);
333
Derived&
setLinSpaced
(const Scalar& low, const Scalar& high);
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h
183
irow.
setLinSpaced
(n,0,n-1);
DGMRES.h
450
perm.
setLinSpaced
(it,0,it-1);
/external/ceres-solver/examples/
ellipse_approximation.cc
395
w.
setLinSpaced
(num_segments + 1, 0.0, 2.0 * M_PI);
/external/eigen/Eigen/src/SparseQR/
SparseQR.h
297
m_perm_c.indices().
setLinSpaced
(n, 0,n-1);
Completed in 184 milliseconds