Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 15 additions & 45 deletions docs/src/reference.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,17 @@
## Operators

```@docs
LinearOperator
PreallocatedLinearOperator
TimedLinearOperator
BlockDiagonalOperator
opEye
opOnes
opZeros
opDiagonal
opInverse
opCholesky
opLDL
opHouseholder
opHermitian
opRestriction
opExtension
LBFGSOperator
InverseLBFGSOperator
LSR1Operator
kron
# Reference
## Contents
```@contents
Pages = ["reference.md"]
```

## Utility functions

```@docs
check_ctranspose
check_hermitian
check_positive_definite
diag
Matrix
hermitian
push!
reset!
shape
show
size
symmetric
```

## Internal

```@docs
LinearOperators.LBFGSData
LinearOperators.LSR1Data
## Index
```@index
Pages = ["reference.md"]
```
```@autodocs
Modules = [LinearOperators]
```