Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • wderiv wderiv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wtools
  • wderivwderiv
  • Wiki
  • Home

Home · Changes

Page history
Update home authored May 04, 2021 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Hide whitespace changes
Inline Side-by-side
home.md
View page @ af8dd23a
......@@ -3,16 +3,17 @@ This library provides a set of functions for computation derivatives using spect
Generic name of a function is `wderiv_operation_Nd_t`, where:
* `wderiv`: fixed, function belongs to *wderiv* lib,
* `operation`:
* dfdx
* dfdy
* dfdz
* d2fdx2
* `dfdx` : $`\frac{\partial f}{\partial x}`$
* `dfdy` : $`\frac{\partial f}{\partial y}`$
* `dfdz` : $`\frac{\partial f}{\partial z}`$
* `d2fdx2` : $`\frac{\partial^2 f}{\partial x^2}`$
* d2fdy2
* d2fdz2
* dnfdxn
* dnfdyn
* dnfdzn
* gradient
* `gradient2` : $`|\nabla f|^2`$, see [here for computation details](Gradient square)
* divergence
* ...
* `N`:
......
Clone repository
  • Complex derivatives
  • Gradient square
  • Initialization
  • Real derivatives
  • Home