-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a07f938
commit 3dc1633
Showing
6 changed files
with
71 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Types | ||
|
||
```@docs | ||
TypedMatrices.PropertyTypes | ||
TypedMatrices.Property | ||
TypedMatrices.Group | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Interfaces | ||
|
||
```@docs | ||
TypedMatrices.list_properties | ||
TypedMatrices.@properties | ||
TypedMatrices.properties | ||
TypedMatrices.list_groups | ||
TypedMatrices.add_to_groups | ||
TypedMatrices.remove_from_group | ||
TypedMatrices.remove_from_all_groups | ||
TypedMatrices.list_matrices | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Properties | ||
|
||
Some documentation of the following properties are adapted from MatrixDepot.jl. | ||
|
||
```@docs | ||
TypedMatrices.PropertyTypes.AbstractProperty | ||
TypedMatrices.PropertyTypes.Symmetric | ||
TypedMatrices.PropertyTypes.Inverse | ||
TypedMatrices.PropertyTypes.Involutory | ||
TypedMatrices.PropertyTypes.Integer | ||
TypedMatrices.PropertyTypes.IllCond | ||
TypedMatrices.PropertyTypes.PosDef | ||
TypedMatrices.PropertyTypes.Correlation | ||
TypedMatrices.PropertyTypes.Eigen | ||
TypedMatrices.PropertyTypes.Sparse | ||
TypedMatrices.PropertyTypes.Random | ||
TypedMatrices.PropertyTypes.RegProb | ||
TypedMatrices.PropertyTypes.Graph | ||
TypedMatrices.PropertyTypes.TotNonNeg | ||
TypedMatrices.PropertyTypes.TotPos | ||
TypedMatrices.PropertyTypes.InfDiv | ||
TypedMatrices.PropertyTypes.Indefinite | ||
TypedMatrices.PropertyTypes.Defective | ||
TypedMatrices.PropertyTypes.Nilpotent | ||
TypedMatrices.PropertyTypes.Hessenberg | ||
TypedMatrices.PropertyTypes.Toeplitz | ||
TypedMatrices.PropertyTypes.Binary | ||
TypedMatrices.PropertyTypes.RankDef | ||
TypedMatrices.PropertyTypes.Circulant | ||
TypedMatrices.PropertyTypes.Normal | ||
TypedMatrices.PropertyTypes.Orthogonal | ||
TypedMatrices.PropertyTypes.Bidiagonal | ||
TypedMatrices.PropertyTypes.Tridiagonal | ||
TypedMatrices.PropertyTypes.Triangular | ||
TypedMatrices.PropertyTypes.SingVal | ||
TypedMatrices.PropertyTypes.Rectangular | ||
TypedMatrices.PropertyTypes.Hankel | ||
TypedMatrices.PropertyTypes.DiagDom | ||
TypedMatrices.PropertyTypes.NonNeg | ||
TypedMatrices.PropertyTypes.Unimodular | ||
TypedMatrices.PropertyTypes.Positive | ||
TypedMatrices.PropertyTypes.FixedSize | ||
TypedMatrices.PropertyTypes.Complex | ||
``` |
25 changes: 1 addition & 24 deletions
25
docs/src/reference.md → docs/src/references/4.builtin-matrices.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters