Medial Code Documentation
Loading...
Searching...
No Matches
Deprecated List
Global basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::iterator_wrapper (const_reference ref) noexcept
This function is deprecated since 3.1.0 and will be removed in version 4.0.0 of the library. Please use items() instead; that is, replace json::iterator_wrapper(j) with j.items().
Global basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::iterator_wrapper (reference ref) noexcept
This function is deprecated since 3.1.0 and will be removed in version 4.0.0 of the library. Please use items() instead; that is, replace json::iterator_wrapper(j) with j.items().
Global basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::operator<< (basic_json &j, std::istream &i)
This stream operator is deprecated since 3.0.0 and will be removed in version 4.0.0 of the library. Please use operator>>(std::istream&, basic_json&) instead; that is, replace calls like j << i; with i >> j;.
Global basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass >::sax_parse (detail::span_input_adapter &&i, SAX *sax, input_format_t format=input_format_t::json, const bool strict=true, const bool ignore_comments=false)
This function is deprecated since 3.8.0 and will be removed in version 4.0.0 of the library. Please use sax_parse(ptr, ptr + len) instead.
Global Eigen::Aligned
Synonym for Aligned16.
Global Eigen::AlignedBit
Global Eigen::AlignedBox< _Scalar, _AmbientDim >::Index
since Eigen 3.3
Global Eigen::AlignedBox< _Scalar, _AmbientDim >::isNull () const
use isEmpty()
Global Eigen::AlignedBox< _Scalar, _AmbientDim >::setNull ()
use setEmpty()
Global Eigen::ComplexEigenSolver< _MatrixType >::Index
since Eigen 3.3
Global Eigen::ComplexSchur< _MatrixType >::Index
since Eigen 3.3
Global Eigen::DenseBase< Derived >::flagged () const
it now returns *this
Global Eigen::DenseBase< Derived >::lazyAssign (const DenseBase< OtherDerived > &other)
Global Eigen::EigenBase< Derived >::Index
Since Eigen 3.3, its usage is deprecated. Use Eigen::Index instead.
Global Eigen::EigenSolver< _MatrixType >::Index
since Eigen 3.3
Global Eigen::EvalBeforeAssigningBit
means the expression should be evaluated before any assignment
Global Eigen::GeneralizedEigenSolver< _MatrixType >::Index
since Eigen 3.3
Global Eigen::HessenbergDecomposition< _MatrixType >::Index
since Eigen 3.3
Global Eigen::Hyperplane< _Scalar, _AmbientDim, _Options >::Index
since Eigen 3.3
Global Eigen::internal::UpperBidiagonalization< _MatrixType >::Index
since Eigen 3.3
Global Eigen::LDLT< _MatrixType, _UpLo >::Index
since Eigen 3.3
Global Eigen::LLT< _MatrixType, _UpLo >::Index
since Eigen 3.3
Class Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >
Use Map<SparseMatrix<> >
Global Eigen::ParametrizedLine< _Scalar, _AmbientDim, _Options >::Index
since Eigen 3.3
Global Eigen::ParametrizedLine< _Scalar, _AmbientDim, _Options >::intersection (const Hyperplane< _Scalar, _AmbientDim, OtherOptions > &hyperplane) const
use intersectionParameter()
Global Eigen::RealQZ< _MatrixType >::Index
since Eigen 3.3
Global Eigen::RealSchur< _MatrixType >::Index
since Eigen 3.3
Global Eigen::SelfAdjointEigenSolver< _MatrixType >::Index
since Eigen 3.3
Class Eigen::SimplicialCholesky< _MatrixType, _UpLo, _Ordering >

use SimplicialLDLT or class SimplicialLLT

Global Eigen::Stride< _OuterStrideAtCompileTime, _InnerStrideAtCompileTime >::Index
since Eigen 3.3
Global Eigen::SVDBase< Derived >::Index
since Eigen 3.3
Global Eigen::Transform< _Scalar, _Dim, _Mode, _Options >::Index
since Eigen 3.3
Global Eigen::TranspositionsBase< Derived >::Index
since Eigen 3.3
Global Eigen::TriangularViewImpl< _MatrixType, _Mode, Dense >::lazyAssign (const MatrixBase< OtherDerived > &other)
Global Eigen::TriangularViewImpl< _MatrixType, _Mode, Dense >::lazyAssign (const TriangularBase< OtherDerived > &other)
Global Eigen::TriangularViewImpl< _MatrixType, _Mode, Dense >::swap (MatrixBase< OtherDerived > const &other)
Shortcut for
Global Eigen::Tridiagonalization< _MatrixType >::Index
since Eigen 3.3
Global Eigen::VectorwiseOp< ExpressionType, Direction >::Index
since Eigen 3.3
Global ml.dmlc.xgboost4j.java.DMatrix.DMatrix (float[] data, int nrow, int ncol)
Please specify the missing value explicitly using DMatrix(float[], int, int, float)
Global XGBoosterGetModelRaw (BoosterHandle handle, bst_ulong *out_len, const char **out_dptr)
since 1.6.0
Global XGBoosterPredict (BoosterHandle handle, DMatrixHandle dmat, int option_mask, unsigned ntree_limit, int training, bst_ulong *out_len, const float **out_result)
Global XGDeviceQuantileDMatrixCreateFromCallback (DataIterHandle iter, DMatrixHandle proxy, DataIterResetCallback *reset, XGDMatrixCallbackNext *next, float missing, int nthread, int max_bin, DMatrixHandle *out)
since 1.7.0
Global XGDMatrixCreateFromCSCEx (const size_t *col_ptr, const unsigned *indices, const float *data, size_t nindptr, size_t nelem, size_t num_row, DMatrixHandle *out)
since 2.0.0
Global XGDMatrixCreateFromCSREx (const size_t *indptr, const unsigned *indices, const float *data, size_t nindptr, size_t nelem, size_t num_col, DMatrixHandle *out)
since 2.0.0
Global XGDMatrixCreateFromFile (const char *fname, int silent, DMatrixHandle *out)
since 2.0.0