▼Narpack_internal | Namespace that contains ARPACK routines |
Carpack_wrapper | |
Carpack_wrapper< double, double > | |
Carpack_wrapper< float, float > | |
▼Nformatting | |
►Ninternal | |
CValueWrapperImplementation | |
CValueWrapperImplementation< bool > | |
CValueWrapperImplementation< const char * > | |
CValueWrapperImplementation< std::string > | |
CValueWrapperImplementation< T * > | |
CValueWrapperImplementationBase | |
►Nutils | |
Ccompile_time_assert | |
Ccompile_time_assert< true > | |
►Nwrappers | |
CHexWrapper | |
COctWrapper | |
CPrecisionWrapper | |
CPrecisionWrapperBuilder | |
CPrecisionWrapperBuilderHelper | |
CWidthWrapper | |
CWidthWrapperBuilder | |
CWidthWrapperBuilderHelper | |
Cformatting_error | |
CValueWrapper | |
▼Nstichwort | The namespace that contains implementations for the keywords |
►Nstichwort_internal | |
►Nstreams_sfinae | |
Cany_wrapper | |
Csupports_saving | |
CEmptyType | |
CPointerTypePolicyImpl | |
Crepr_impl_if_streaming_supported | |
Crepr_impl_if_streaming_supported< T, false > | |
Crepr_impl_if_streaming_supported< T, true > | |
CTypePolicyBase | |
CValueKeeper | |
CCheckedParameter | |
CDefaultValue | |
Cmissed_parameter_error | An exception type that is thrown in case of missed parameter, i.e. when some required parameter is not set |
Cmultiple_parameter_error | An exception type that is thrown when some parameter is passed more than once |
CParameter | |
CParameterKeyword | |
CParametersForwarder | |
CParametersSet | |
Cwrong_parameter_error | An exception type that is thrown in case if wrong parameter value is passed |
Cwrong_parameter_type_error | An exception type that is thrown in case if wrong parameter value is passed |
▼Ntapkee | |
►Ntapkee_internal | Main namespace for all internal routines, should not be exposed as public API |
CCallbacksInitializedState | |
Ccompare_impl | |
Ccompare_impl< DistanceType, RandomAccessIterator, DistanceCallback > | |
Ccompare_impl< KernelType, RandomAccessIterator, DistanceCallback > | |
Cconditional_select | |
Cconditional_select< false, T > | |
Cconditional_select< true, T > | |
CContext | |
CCoverTreePoint | Class Point to use with John Langford's CoverTree. This class must have some associated functions defined (distance, and print, see below) so it can be used with the CoverTree implementation |
Cd_node | |
CDataForErrorFunc | Data needed to compute error function |
CDenseImplicitSquareMatrixOperation | Matrix-matrix operation used to compute largest eigenvalues and associated eigenvectors of X*X^T like matrix implicitly. Essentially computes matrix product with provided right-hand side part twice |
CDenseImplicitSquareSymmetricMatrixOperation | Matrix-matrix operation used to compute largest eigenvalues and associated eigenvectors of X*X^T like matrix implicitly. Essentially computes matrix product with provided right-hand side part twice |
CDenseInverseMatrixOperation | Matrix-matrix operation used to compute smallest eigenvalues and associated eigenvectors of a dense matrix Essentially solves linear system with provided right-hand side part |
CDenseMatrixOperation | Matrix-matrix operation used to compute largest eigenvalues and associated eigenvectors. Essentially computes matrix product with provided right-hand side part |
Cdistance_impl | |
Cdistance_impl< DistanceType, RandomAccessIterator, Callback > | |
Cdistance_impl< KernelType, RandomAccessIterator, Callback > | |
CDistanceAndFeaturesInitializedState | |
CDistanceComparator | |
CDistanceFirstInitializedState | |
Cdistances_comparator | |
CDistanceType | |
Cds_node | |
Ceigendecomposition_impl | |
Ceigendecomposition_impl< DenseMatrix > | |
Ceigendecomposition_impl< SparseWeightMatrix > | |
CEigendecompositionStrategy | |
CFeaturesFirstInitializedState | |
Cfibonacci_heap | Class fibonacci_heap, a fibonacci heap. Generally used by Isomap for Dijkstra heap algorithm |
Cfibonacci_heap_node | |
Cgeneralized_eigendecomposition_impl | |
Cgeneralized_eigendecomposition_impl< DenseMatrix, DenseMatrix > | |
Cgeneralized_eigendecomposition_impl< SparseWeightMatrix, DenseDiagonalMatrix > | |
CImplementationBase | |
CInClosedRange | |
CInRange | |
CKernelAndDistanceInitializedState | |
CKernelAndFeaturesInitializedState | |
CKernelDistance | |
CKernelFirstInitializedState | |
CKernelType | |
Cnode | |
CNonNegativity | |
CParametersInitializedState | |
CPlainDistance | |
CPositivity | |
Creservable_priority_queue | |
CSparseInverseMatrixOperation | Matrix-matrix operation used to compute smallest eigenvalues and associated eigenvectors of a sparse matrix Essentially solves linear system with provided right-hand side part |
Ctimed_context | |
Cv_array | Class v_array taken directly from JL's implementation |
►CVantagePointTree | |
CHeapItem | |
CNode | |
CBatchCallbackTraits | |
Ccancelled_exception | An exception type that is thrown when computations were cancelled |
CComputationStrategy | |
CDefaultLoggerImplementation | Default std::cout implementation of LoggerImplementation |
Cdummy_distance_callback | |
Cdummy_features_callback | |
Cdummy_kernel_callback | |
Ceigen_distance_callback | |
Ceigen_features_callback | |
Ceigen_kernel_callback | |
Ceigendecomposition_error | An exception type that is thrown when eigendecomposition is failed |
CEigenMethod | |
Cinitialize | |
Cis_dummy | |
CLoggerImplementation | A base class for logger required by the library |
CLoggingSingleton | Main logging singleton used by the library. Can use provided LoggerImplementation if necessary. By default uses DefaultLoggerImplementation |
CMatrixProjectionImplementation | Basic ProjectionImplementation that subtracts mean from the vector and multiplies projecting matrix with it |
CMethod | |
CMethodTraits | Traits used to obtain information about dimension reduction methods compile-time |
Cmissed_parameter_error | An exception type that is thrown in case of missed parameter, i.e. when some required parameter is not set |
Cmultiple_parameter_error | An exception type that is thrown when some parameter is passed more than once |
CNeighborsMethod | |
Cno_data_error | An exception type that is thrown when no data is given |
Cnot_enough_memory_error | An exception type that is thrown when the library can't get enough memory |
Cprecomputed_distance_callback | |
Cprecomputed_kernel_callback | |
CProjectingFunction | A pimpl wrapper for projecting function |
CProjectionImplementation | A base class for implementation of projecting |
CTapkeeOutput | Return result of the library - a pair of DenseMatrix (embedding) and ProjectingFunction |
Cunsupported_method_error | An exception type that is thrown when unsupported method is called |
Cwrong_parameter_error | An exception type that is thrown in case if wrong parameter value is passed |
Cwrong_parameter_type_error | An exception type that is thrown in case if wrong parameter value is passed |
▼Ntsne | Namespace containing implementation of t-SNE algorithm |
CCell | |
CDataPoint | |
CQuadTree | |
CTSNE | |
►CVpTree | |
CDistanceComparator | |
CHeapItem | |
CNode | |
CArpackGeneralizedSelfAdjointEigenSolver | |
Cneighbors_finder | |
Cpimpl_distance_callback | |
Cpimpl_kernel_callback | |