summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r--src/graph_autoload.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index 7c8a9f7..297832c 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -85,6 +85,11 @@ return array(
'ezcGraphUnknownDataSetSourceException' => 'Graph/exceptions/unknown_dataset_source.php',
'ezcGraphInvalidDisplayTypeException' => 'Graph/exceptions/invalid_display_type.php',
+ 'ezcGraphMatrix' => 'Graph/math/matrix.php',
+ 'ezcGraphMatrixInvalidDimensionsException' => 'Graph/exceptions/invalid_dimensions.php',
+ 'ezcGraphMatrixOutOfBoundingsException' => 'Graph/exceptions/out_of_boundings.php',
+ 'ezcGraphPolynom' => 'Graph/math/polynom.php',
+
'ezcGraphBoundings' => 'Graph/structs/boundings.php',
'ezcGraphCoordinate' => 'Graph/structs/coordinate.php',
);
OpenPOWER on IntegriCloud