File: __init__.py

package info (click to toggle)
sundials 7.1.1%2Bdfsg1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 83,788 kB
  • sloc: ansic: 264,746; f90: 120,987; cpp: 69,481; python: 5,134; sh: 2,483; makefile: 266; perl: 123
file content (8 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8

"""
This is a Python library of utilities SUNDIALS developer may find useful.
Right now it consists of the following modules:

- `logs`: this module has functions for parsing logs produced by `SUNLogger`.

"""