
Contains module procedures associated with the textbook class
Check whether derivation with given name is registered in the textbook
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Textbook), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name |
Check whether matrix derivation with given name is registered in the textbook
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Textbook), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name |
Textbook object initialization
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Textbook), | intent(inout) | :: | this |
Add derivation object to textbook
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Textbook), | intent(inout) | :: | this | |||
| class(Derivation), | intent(in) | :: | deriv | |||
| character(len=*), | intent(in) | :: | name |
Copy derivation with given name into passed deriv object, overwriting any existing derivation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Textbook), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name | |||
| class(Derivation), | intent(inout), | allocatable | :: | deriv |
Add matrix derivation object to textbook
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Textbook), | intent(inout) | :: | this | |||
| class(MatDerivation), | intent(in) | :: | deriv | |||
| character(len=*), | intent(in) | :: | name |
Copy matrix derivation with given name into passed deriv object, overwriting any existing derivation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Textbook), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name | |||
| class(MatDerivation), | intent(inout), | allocatable | :: | deriv |