Free Electron
Classes

Classes

class  fe::ext::PointPlaneNearest< T >
 Find point nearest to a circular solid. More...
 
class  fe::ext::PointSphereNearest< T >
 Find nearest point on sphere. More...
 
class  fe::ext::RayCurveIntersect< T >
 Find intersection between ray and curve with radius. More...
 
class  fe::ext::RayCylinderIntersect< T >
 Find intersection between ray and cylinder. More...
 
class  fe::ext::RayDiskIntersect< T >
 Find intersection between ray and circular solid. More...
 
class  fe::ext::RayPlaneIntersect< T >
 Find intersection between ray and plane. More...
 
class  fe::ext::RayTriangleIntersect< T >
 Find intersection between ray and triangle. More...
 
class  fe::ext::BCGThreaded< MATRIX, VECTOR >
 solve Ax=b for x More...
 
class  fe::ext::BiconjugateGradient< MATRIX, VECTOR >
 solve Ax=b for x More...
 
class  fe::ext::ConjugateGradient< MATRIX, VECTOR >
 solve Ax=b for x More...
 
class  fe::ext::ConjugateGradient2< MATRIX, VECTOR >
 solve Ax=b for x More...
 
class  fe::ext::DenseVector< T >
 Dense vector - size fixed at construction or reset. More...
 
class  fe::ext::SparseArray< T >
 Row-Compressed Sparse Container. More...
 
class  fe::ext::SparseMatrix< T >
 Dense array of sparse rows. More...
 

Detailed Description