Skip to content

Commit e16cc7b

Browse files
committed
update todo
1 parent 5fb550b commit e16cc7b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3535
RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
3636
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
3737
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
38+
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
3839
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
3940
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
4041
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
@@ -91,6 +92,7 @@ Random = "1"
9192
RecursiveFactorization = "0.2"
9293
Reexport = "1"
9394
Requires = "1"
95+
Revise = "3.8.0"
9496
RuntimeGeneratedFunctions = "0.5"
9597
SparseArrays = "1"
9698
SpecialFunctions = "2"

docs/src/unfinished_docs/todo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## High priority
44

55
- [ ] write tests/docs/technical details for nonlinear obc, forecasting, (non-linear) solution algorithms, SS solver, obc solver, and other algorithms
6+
- [ ] replace RF with LinearSolve codes (RF has too many dependencies)
67
- [ ] add caches to lyapunov krylov solvers
78
- [ ] allow not to define all parameters in @parameters and enter them later in subsequent calls. so you can do things like loading them from a file and putting them in. internally he would need to delay the solution until all parameters are defined
89
- [ ] eliminiate last elements of factorisation calls not using linearsolvers.jl, check whether they can be done with linearsolvers in case of a matrix as RHS (otherwise consider mumps for sparse matrix RHS)

0 commit comments

Comments
 (0)