diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-08-16 12:59:26 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-08-16 12:59:26 +0000 |
commit | bb028918891c1840d200530a0cb458db9a07cf95 (patch) | |
tree | 7f98afbf839f41a2e4ad27bb1fb9179f4ce96ee2 /src/graph_autoload.php | |
parent | ae311d59bf94eb135dfaa1c09dd93e1ebea4ee05 (diff) | |
download | zetacomponents-graph-bb028918891c1840d200530a0cb458db9a07cf95.zip zetacomponents-graph-bb028918891c1840d200530a0cb458db9a07cf95.tar.gz |
- Added matrix and polynom classes for future use in statistical datasets
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r-- | src/graph_autoload.php | 5 |
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', ); |