| ▼Narpack_internal | Namespace that contains ARPACK routines |
| Carpack_wrapper | |
| Carpack_wrapper< double, double > | |
| Carpack_wrapper< float, float > | |
| ▼Ntapkee | |
| ►Nkeywords | The namespace that contains keywords for all parameters |
| ►Nkeywords_internal | The namespace that contains implementations for the keywords |
| CDefaultValue | |
| CParameterKeyword | |
| ►Ntapkee_internal | Main namespace for all internal routines, should not be exposed as public API |
| CCallbacksInitializedState | |
| CCheckerPolicyBase | |
| 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 | |
| CEmptyType | |
| CFeaturesFirstInitializedState | |
| Cfibonacci_heap | Class fibonacci_heap, a fibonacci heap. Generally used by Isomap for Dijkstra heap algorithm |
| Cfibonacci_heap_node | |
| CImplementationBase | |
| CKernelAndDistanceInitializedState | |
| CKernelAndFeaturesInitializedState | |
| CKernelDistance | |
| CKernelFirstInitializedState | |
| CKernelType | |
| Cnode | |
| CParametersInitializedState | |
| CPlainDistance | |
| CPointerCheckerPolicyImpl | |
| CPointerCheckerPolicyImpl< double > | |
| CPointerCheckerPolicyImpl< float > | |
| CPointerCheckerPolicyImpl< int > | |
| CPointerTypePolicyImpl | |
| 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 | |
| CTypePolicyBase | |
| Cv_array | Class v_array taken directly from JL's implementation |
| CValueKeeper | |
| ►CVantagePointTree | |
| CHeapItem | |
| CNode | |
| CBatchCallbackTraits | |
| Ccancelled_exception | An exception type that is thrown when computations were cancelled |
| CCheckedParameter | |
| 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 |
| 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 |
| CMessage | |
| 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 |
| Cnot_enough_memory_error | An exception type that is thrown when the library can't get enough memory |
| CParameter | |
| CParametersSet | |
| 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 | |