diff --git a/docs/reference/functions/eigs.md b/docs/reference/functions/eigs.md index d0660638e..848969e35 100644 --- a/docs/reference/functions/eigs.md +++ b/docs/reference/functions/eigs.md @@ -31,16 +31,17 @@ Parameter | Type | Description Type | Description ---- | ----------- -{values: Array, vectors: Array} | {values: Matrix, vectors: Matrix} | Object containing eigenvalues (Array or Matrix) and eigenvectors (2D Array/Matrix). +{values: Array, vectors: Array} | {values: Matrix, vectors: Matrix} | Object containing eigenvalues (Array or Matrix) and eigenvectors (2D Array/Matrix with eigenvectors as columns).
| - - Development (version 7.0.0) + + Development (version 7.0.1) | - 1820 kB, uncompressed with comments + 1822 kB, uncompressed with comments |
| - - Production (version 7.0.0) + + Production (version 7.0.1) |
diff --git a/examples/browser/angle_configuration.html b/examples/browser/angle_configuration.html
index 63f4021a9..774554260 100644
--- a/examples/browser/angle_configuration.html
+++ b/examples/browser/angle_configuration.html
@@ -15,7 +15,7 @@
}
-
+
diff --git a/examples/browser/angle_configuration.html.md b/examples/browser/angle_configuration.html.md
index e3621d3d2..aea782f2d 100644
--- a/examples/browser/angle_configuration.html.md
+++ b/examples/browser/angle_configuration.html.md
@@ -24,7 +24,7 @@ File: [angle_configuration.html](angle_configuration.html) (click for a live dem
}
-
+
diff --git a/examples/browser/basic_usage.html b/examples/browser/basic_usage.html
index 2f32ab073..096c530d4 100644
--- a/examples/browser/basic_usage.html
+++ b/examples/browser/basic_usage.html
@@ -3,7 +3,7 @@
|