move files

This commit is contained in:
Andreas Fabri 2015-03-25 08:57:00 +01:00
parent 3344ff0909
commit 83f1d1b29a
11 changed files with 11 additions and 9 deletions

View File

@ -39,7 +39,7 @@ public:
/*!
The matrix type, model of the concept `SvdTraits::Matrix`.
*/
typedef unspecified_type matrix;
typedef unspecified_type Matrix;
/// @}

View File

@ -2,7 +2,7 @@
namespace CGAL {
/*!
\ingroup PkgSurfaceParameterizationAlgebra
\ingroup PkgSolver
The class `Eigen_sparse_matrix` is a C++ wrapper around \ref thirdpartyEigen "Eigen" matrix type `Eigen::SparseMatrix`
that represents general matrices, be they symmetric or not.

View File

@ -2,7 +2,7 @@
namespace CGAL {
/*!
\ingroup PkgSurfaceParameterizationAlgebra
\ingroup PkgSolver
The class `Eigen_solver_traits` provides an interface to the sparse solvers of \ref thirdpartyEigen "Eigen".
The version 3.1 (or greater) of \ref thirdpartyEigen "Eigen" must be available on the system.

View File

@ -2,7 +2,7 @@
namespace CGAL {
/*!
\ingroup PkgSurfaceParameterizationAlgebra
\ingroup PkgSolver
The class `Eigen_vector` is a C++ wrapper around \ref thirdpartyEigen "Eigen" vector, which is a simple array of numbers.
The version 3.1 (or greater) of \ref thirdpartyEigen "Eigen" must be available on the system.

View File

@ -1,6 +1,6 @@
/*!
\ingroup PkgSurfaceModelingConcepts
\ingroup PkgSolverConcepts
\cgalConcept
@brief Concept describing the set of requirements for a direct sparse linear system solver with factorization.

View File

@ -1,6 +1,6 @@
/*!
\ingroup PkgSurfaceParameterizationConcepts
\ingroup PkgSolverConcepts
\cgalConcept
The concept `SparseLinearAlgebraTraits_d` is used to solve sparse linear systems <I>A\f$ \times \f$ X = B</I>.

View File

@ -30,8 +30,9 @@
\cgalClassifedRefPages
## Concepts ##
- `HalfedgeGraph`
- `SparseLinearAlgebraTraits_d`
- `SparseLinearAlgebraTraitsWithFactor_d`
## %CGAL Classes Adapted for the Graph API ##

View File

@ -31,7 +31,6 @@
- `BorderParameterizer_3`
- `ParameterizationMesh_3`
- `ParameterizationPatchableMesh_3`
- `SparseLinearAlgebraTraits_d`
- `PolyhedronTraitsWithKernel_3`
## Surface Parameterization Methods ##

View File

@ -6,3 +6,4 @@ Circulator
Stream_support
Polyhedron
Kernel_d
Solver_interface

View File

@ -31,7 +31,6 @@ under positional constraints of some of its vertices, without requiring any addi
## Concepts ##
- `DeformationClosestRotationTraits_3`
- `RawPoint_3`
- `SparseLinearAlgebraTraitsWithFactor_d`
- `SurfaceModelingWeights`
## Algebraic Traits ##

View File

@ -7,3 +7,5 @@ Stream_support
Polyhedron
BGL
Surface_mesh_parameterization
Solver_interface