Skip to content

Commit

Permalink
Added library statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Bessems committed Nov 27, 2018
1 parent 5ff3f27 commit 6af30c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/matrix.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
library linalg.matrix;

import 'dart:math';
import 'dart:core';
import 'vector.dart';
Expand Down
2 changes: 2 additions & 0 deletions lib/vector.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
library linalg.vector;

import 'dart:core';
import 'dart:math';
import 'matrix.dart';
Expand Down

0 comments on commit 6af30c3

Please sign in to comment.