2021-03-12 21:24:01 +03:00
< html >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1" charset = "UTF-8" >
< title > DerivativeStructureField< / title >
2021-10-13 15:08:46 +03:00
< / head > < body > < link href = "../../../../../images/logo-icon.svg" rel = "icon" type = "image/svg" > < script > var pathToRoot = "../../../" ; < / script > < script type = "text/javascript" src = "../../../scripts/sourceset_dependencies.js" async > < / script > < link href = "../../../styles/style.css" rel = "Stylesheet" > < link href = "../../../styles/logo-styles.css" rel = "Stylesheet" > < link href = "../../../styles/jetbrains-mono.css" rel = "Stylesheet" > < link href = "../../../styles/main.css" rel = "Stylesheet" > < script type = "text/javascript" src = "../../../scripts/clipboard.js" async > < / script > < script type = "text/javascript" src = "../../../scripts/navigation-loader.js" async > < / script > < script type = "text/javascript" src = "../../../scripts/platform-content-handler.js" async > < / script > < script type = "text/javascript" src = "../../../scripts/main.js" async > < / script >
2021-05-08 18:18:11 +03:00
2021-03-12 21:24:01 +03:00
< div id = "container" >
2021-10-13 15:08:46 +03:00
< div id = "leftColumn" > < a href = "../../../index.html" >
2021-05-08 18:18:11 +03:00
< div id = "logo" > < / div >
< / a >
2021-03-12 21:24:01 +03:00
< div id = "paneSearch" > < / div >
< div id = "sideMenu" > < / div >
< / div >
< div id = "main" >
2021-10-13 15:08:46 +03:00
< script type = "text/javascript" src = "../../../scripts/main.js" > < / script > < div id = "leftToggler" > < span class = "icon-toggler" > < / span > < / div >
2021-05-08 18:18:11 +03:00
< div class = "main-content" id = "content" pageids = "kmath-commons::space.kscience.kmath.commons.expressions/DerivativeStructureField///PointingToDeclaration//-755866740" >
2021-03-12 21:24:01 +03:00
< div class = "navigation-wrapper" id = "navigation-wrapper" >
2021-10-13 15:08:46 +03:00
< div class = "breadcrumbs" > < a href = "../../index.html" > kmath-commons< / a > /< a href = "../index.html" > space.kscience.kmath.commons.expressions< / a > /< a href = "index.html" > DerivativeStructureField< / a > < / div >
2021-03-12 21:24:01 +03:00
< div class = "pull-right d-flex" >
< div id = "searchBar" > < / div >
< / div >
< / div >
< div class = "cover " >
2021-05-08 18:18:11 +03:00
< h1 class = "cover" > < span > Derivative< / span > < wbr > < span > Structure< / span > < wbr > < span > Field< / span > < / h1 >
2021-10-13 15:08:46 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > class < a href = "index.html" > DerivativeStructureField< / a > (order: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html" > Int< / a > , bindings: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html" > Map< / a > < < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > , < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html" > Double< / a > > ) : < a href = "../../../kmath-core/space.kscience.kmath.operations/-extended-field/index.html" > ExtendedField< / a > < < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > > , < a href = "../../../kmath-core/space.kscience.kmath.expressions/-expression-algebra/index.html" > ExpressionAlgebra< / a > < < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html" > Double< / a > , < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > > , < a href = "../../../kmath-core/space.kscience.kmath.operations/-numbers-add-operations/index.html" > NumbersAddOperations< / a > < < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < p class = "paragraph" > A field over commons-math < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< / p > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< div class = "tabbedcontent" >
2021-10-13 15:08:46 +03:00
< div class = "tabs-section" tabs-section = "tabs-section" > < button class = "section-tab" data-active = "" data-togglable = "Types" > Types< / button > < button class = "section-tab" data-togglable = "Constructors" > Constructors< / button > < button class = "section-tab" data-togglable = "Functions" > Functions< / button > < button class = "section-tab" data-togglable = "Properties" > Properties< / button > < button class = "section-tab" data-togglable = "Parameters" > Parameters< / button > < button class = "section-tab" data-togglable = "Sources" > Sources< / button > < / div >
2021-03-12 21:24:01 +03:00
< div class = "tabs-section-body" >
2021-10-13 15:08:46 +03:00
< h2 class = "" > Parameters< / h2 >
< div data-togglable = "Parameters" >
< div class = "platform-hinted WithExtraAttributes" data-platform-hinted = "data-platform-hinted" data-togglable = "Parameters" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div data-togglable = "Parameters" > < div class = "table" data-togglable = "Parameters" > < div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "main-subrow keyValue WithExtraAttributes" > < div class = "" > < span class = "inline-flex" > bindings< / span > < / div > < div > < div class = "title" > < div data-togglable = "Parameters" > < p class = "paragraph" > The map of bindings values. All bindings are considered free parameters< / p > < / div > < / div > < / div > < / div > < / div > < / div > < / div > < / div > < / div >
< / div >
2021-03-12 21:24:01 +03:00
< h2 class = "tabbedcontent" > Constructors< / h2 >
2021-10-13 15:08:46 +03:00
< div class = "table" data-togglable = "Constructors" > < a data-name = "1217498164%2FConstructors%2F-755866740" anchor-label = "DerivativeStructureField" id = "1217498164%2FConstructors%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
2021-05-08 18:18:11 +03:00
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue TabbedContent" >
2021-10-13 15:08:46 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "-derivative-structure-field.html" > DerivativeStructureField< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1217498164%2FConstructors%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2021-10-13 15:08:46 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > fun < a href = "-derivative-structure-field.html" > DerivativeStructureField< / a > (order: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html" > Int< / a > , bindings: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html" > Map< / a > < < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > , < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html" > Double< / a > > )< span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "brief " > The map of bindings values.< / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< h2 class = "" > Types< / h2 >
2021-10-13 15:08:46 +03:00
< div class = "table" data-togglable = "Types" > < a data-name = "925112235%2FClasslikes%2F-755866740" anchor-label = "DerivativeStructureSymbol" id = "925112235%2FClasslikes%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
2021-05-08 18:18:11 +03:00
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "-derivative-structure-symbol/index.html" > DerivativeStructureSymbol< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "925112235%2FClasslikes%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-10-13 15:08:46 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > inner class < a href = "-derivative-structure-symbol/index.html" > DerivativeStructureSymbol< / a > (size: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html" > Int< / a > , index: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html" > Int< / a > , symbol: < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > , value: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html" > Double< / a > ) : < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
2021-10-13 15:08:46 +03:00
< a data-name = "925112235%2FClasslikes%2F-755866740" anchor-label = "DerivativeStructureSymbol" id = "925112235%2FClasslikes%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a > < div class = "brief " > < a data-name = "925112235%2FClasslikes%2F-755866740" anchor-label = "DerivativeStructureSymbol" id = "925112235%2FClasslikes%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a > A class implementing both < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > and < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > .< / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< h2 class = "" > Functions< / h2 >
2021-05-08 18:18:11 +03:00
< div class = "table" data-togglable = "Functions" > < a data-name = "1325312890%2FFunctions%2F-755866740" anchor-label = "acos" id = "1325312890%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "acos.html" > acos< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1325312890%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "acos.html" > acos< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-2130749832%2FFunctions%2F-755866740" anchor-label = "acosh" id = "-2130749832%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "acosh.html" > acosh< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-2130749832%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "acosh.html" > acosh< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-395859926%2FFunctions%2F-755866740" anchor-label = "add" id = "-395859926%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "add.html" > add< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-395859926%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "add.html" > add< / a > (a: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "1040710411%2FFunctions%2F-755866740" anchor-label = "asin" id = "1040710411%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "asin.html" > asin< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1040710411%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "asin.html" > asin< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "1931475207%2FFunctions%2F-755866740" anchor-label = "asinh" id = "1931475207%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "asinh.html" > asinh< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1931475207%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "asinh.html" > asinh< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "1773203476%2FFunctions%2F-755866740" anchor-label = "atan" id = "1773203476%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "atan.html" > atan< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1773203476%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "atan.html" > atan< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1131043554%2FFunctions%2F-755866740" anchor-label = "atanh" id = "-1131043554%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "atanh.html" > atanh< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1131043554%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "atanh.html" > atanh< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "1949763697%2FFunctions%2F-755866740" anchor-label = "binaryOperation" id = "1949763697%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#1949763697%2FFunctions%2F-755866740" > binaryOperation< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1949763697%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open fun < a href = "index.html#1949763697%2FFunctions%2F-755866740" > binaryOperation< / a > (operation: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > , left: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , right: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-986170079%2FFunctions%2F-755866740" anchor-label = "binaryOperationFunction" id = "-986170079%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-986170079%2FFunctions%2F-755866740" > binaryOperationFunction< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-986170079%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "index.html#-986170079%2FFunctions%2F-755866740" > binaryOperationFunction< / a > (operation: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > ): (left: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , right: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ) -> < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-10-13 15:08:46 +03:00
< a data-name = "682171317%2FFunctions%2F-755866740" anchor-label = "bindSymbol" id = "682171317%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
2021-05-08 18:18:11 +03:00
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-10-13 15:08:46 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "bind-symbol.html" > bindSymbol< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "682171317%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-10-13 15:08:46 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "bind-symbol.html" > bindSymbol< / a > (value: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > ): < a href = "-derivative-structure-symbol/index.html" > DerivativeStructureField.DerivativeStructureSymbol< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > fun < a href = "bind-symbol.html" > bindSymbol< / a > (symbol: < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > ): < a href = "-derivative-structure-symbol/index.html" > DerivativeStructureField.DerivativeStructureSymbol< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-10-13 15:08:46 +03:00
< a data-name = "920900169%2FFunctions%2F-755866740" anchor-label = "bindSymbolOrNull" id = "920900169%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
2021-05-08 18:18:11 +03:00
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-10-13 15:08:46 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "bind-symbol-or-null.html" > bindSymbolOrNull< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "920900169%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-10-13 15:08:46 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "bind-symbol-or-null.html" > bindSymbolOrNull< / a > (value: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > ): < a href = "-derivative-structure-symbol/index.html" > DerivativeStructureField.DerivativeStructureSymbol< / a > ?< span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > fun < a href = "bind-symbol-or-null.html" > bindSymbolOrNull< / a > (symbol: < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > ): < a href = "-derivative-structure-symbol/index.html" > DerivativeStructureField.DerivativeStructureSymbol< / a > ?< span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "1280271275%2FFunctions%2F-755866740" anchor-label = "const" id = "1280271275%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "const.html" > const< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1280271275%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "const.html" > const< / a > (value: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html" > Double< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-562414115%2FFunctions%2F-755866740" anchor-label = "cos" id = "-562414115%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "cos.html" > cos< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-562414115%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "cos.html" > cos< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-520744843%2FFunctions%2F-755866740" anchor-label = "cosh" id = "-520744843%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "cosh.html" > cosh< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-520744843%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "cosh.html" > cosh< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-10-13 15:08:46 +03:00
< a data-name = "-1304811748%2FFunctions%2F-755866740" anchor-label = "derivative" id = "-1304811748%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
2021-05-08 18:18:11 +03:00
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-10-13 15:08:46 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "derivative.html" > derivative< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1304811748%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-10-13 15:08:46 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "derivative.html" > derivative< / a > (vararg symbols: < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > ): < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html" > Double< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "derivative.html" > derivative< / a > (symbols: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html" > List< / a > < < a href = "../../../kmath-core/space.kscience.kmath.expressions/-symbol/index.html" > Symbol< / a > > ): < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html" > Double< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-122401462%2FFunctions%2F-755866740" anchor-label = "div" id = "-122401462%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#18419638%2FFunctions%2F-755866740" > div< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-122401462%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open operator fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "index.html#18419638%2FFunctions%2F-755866740" > div< / a > (b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > open operator fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "index.html#1663054624%2FFunctions%2F-755866740" > div< / a > (k: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "1131410336%2FFunctions%2F-755866740" anchor-label = "divide" id = "1131410336%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "divide.html" > divide< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1131410336%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "divide.html" > divide< / a > (a: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1448743949%2FFunctions%2F-755866740" anchor-label = "exp" id = "-1448743949%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "exp.html" > exp< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1448743949%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "exp.html" > exp< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-830703730%2FFunctions%2F-755866740" anchor-label = "leftSideNumberOperation" id = "-830703730%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-830703730%2FFunctions%2F-755866740" > leftSideNumberOperation< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-830703730%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open fun < a href = "index.html#-830703730%2FFunctions%2F-755866740" > leftSideNumberOperation< / a > (operation: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > , left: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > , right: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1346376026%2FFunctions%2F-755866740" anchor-label = "leftSideNumberOperationFunction" id = "-1346376026%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-1346376026%2FFunctions%2F-755866740" > leftSideNumberOperationFunction< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1346376026%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open fun < a href = "index.html#-1346376026%2FFunctions%2F-755866740" > leftSideNumberOperationFunction< / a > (operation: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > ): (left: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > , right: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ) -> < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "831410742%2FFunctions%2F-755866740" anchor-label = "ln" id = "831410742%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "ln.html" > ln< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "831410742%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "ln.html" > ln< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-704203310%2FFunctions%2F-755866740" anchor-label = "minus" id = "-704203310%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "minus.html" > minus< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-704203310%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open operator override fun < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > .< a href = "minus.html" > minus< / a > (b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > open operator override fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "minus.html" > minus< / a > (b: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > open operator fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "index.html#-1669673774%2FFunctions%2F-755866740" > minus< / a > (b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1556893685%2FFunctions%2F-755866740" anchor-label = "multiply" id = "-1556893685%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "multiply.html" > multiply< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1556893685%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "multiply.html" > multiply< / a > (a: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1129124617%2FFunctions%2F-755866740" anchor-label = "number" id = "-1129124617%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "number.html" > number< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1129124617%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "number.html" > number< / a > (value: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "2115971594%2FFunctions%2F-755866740" anchor-label = "plus" id = "2115971594%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "plus.html" > plus< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "2115971594%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open operator override fun < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > .< a href = "plus.html" > plus< / a > (b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > open operator override fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "plus.html" > plus< / a > (b: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > open operator fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "index.html#326463370%2FFunctions%2F-755866740" > plus< / a > (b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1126816866%2FFunctions%2F-755866740" anchor-label = "pow" id = "-1126816866%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-1126816866%2FFunctions%2F-755866740" > pow< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1126816866%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open infix fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "index.html#-1126816866%2FFunctions%2F-755866740" > pow< / a > (pow: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "1350610258%2FFunctions%2F-755866740" anchor-label = "power" id = "1350610258%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "power.html" > power< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1350610258%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "power.html" > power< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , pow: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > fun < a href = "power.html" > power< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , pow: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "1607270891%2FFunctions%2F-755866740" anchor-label = "rightSideNumberOperation" id = "1607270891%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#1607270891%2FFunctions%2F-755866740" > rightSideNumberOperation< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "1607270891%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open fun < a href = "index.html#1607270891%2FFunctions%2F-755866740" > rightSideNumberOperation< / a > (operation: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > , left: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , right: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-157400717%2FFunctions%2F-755866740" anchor-label = "rightSideNumberOperationFunction" id = "-157400717%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-157400717%2FFunctions%2F-755866740" > rightSideNumberOperationFunction< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-157400717%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "index.html#-157400717%2FFunctions%2F-755866740" > rightSideNumberOperationFunction< / a > (operation: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > ): (left: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , right: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ) -> < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "575735621%2FFunctions%2F-755866740" anchor-label = "scale" id = "575735621%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "scale.html" > scale< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "575735621%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "scale.html" > scale< / a > (a: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > , value: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html" > Double< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-847016594%2FFunctions%2F-755866740" anchor-label = "sin" id = "-847016594%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "sin.html" > sin< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-847016594%2FFunctions%2F-755866740" > < / span >
2021-03-16 10:21:52 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-16 10:21:52 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "sin.html" > sin< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-16 10:21:52 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-753487100%2FFunctions%2F-755866740" anchor-label = "sinh" id = "-753487100%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-16 10:21:52 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "sinh.html" > sinh< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-753487100%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "sinh.html" > sinh< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-109135602%2FFunctions%2F-755866740" anchor-label = "sqrt" id = "-109135602%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-109135602%2FFunctions%2F-755866740" > sqrt< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-109135602%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open fun < a href = "index.html#-109135602%2FFunctions%2F-755866740" > sqrt< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-114523529%2FFunctions%2F-755866740" anchor-label = "tan" id = "-114523529%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "tan.html" > tan< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-114523529%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "tan.html" > tan< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "478961435%2FFunctions%2F-755866740" anchor-label = "tanh" id = "478961435%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "tanh.html" > tanh< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "478961435%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "tanh.html" > tanh< / a > (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1018063917%2FFunctions%2F-755866740" anchor-label = "times" id = "-1018063917%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-2041982187%2FFunctions%2F-755866740" > times< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1018063917%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open operator fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "index.html#-2041982187%2FFunctions%2F-755866740" > times< / a > (b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > open operator fun < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > .< a href = "index.html#804346827%2FFunctions%2F-755866740" > times< / a > (b: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "symbol monospace" > open operator fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "index.html#992728139%2FFunctions%2F-755866740" > times< / a > (k: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html" > Number< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-501098577%2FFunctions%2F-755866740" anchor-label = "unaryMinus" id = "-501098577%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "unary-minus.html" > unaryMinus< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-501098577%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open operator override fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "unary-minus.html" > unaryMinus< / a > (): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-1391273004%2FFunctions%2F-755866740" anchor-label = "unaryOperation" id = "-1391273004%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-1391273004%2FFunctions%2F-755866740" > unaryOperation< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1391273004%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open fun < a href = "index.html#-1391273004%2FFunctions%2F-755866740" > unaryOperation< / a > (operation: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > , arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-3683372%2FFunctions%2F-755866740" anchor-label = "unaryOperationFunction" id = "-3683372%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#-3683372%2FFunctions%2F-755866740" > unaryOperationFunction< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-3683372%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open override fun < a href = "index.html#-3683372%2FFunctions%2F-755866740" > unaryOperationFunction< / a > (operation: < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html" > String< / a > ): (arg: < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > ) -> < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "188032249%2FFunctions%2F-755866740" anchor-label = "unaryPlus" id = "188032249%2FFunctions%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "index.html#188032249%2FFunctions%2F-755866740" > unaryPlus< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "188032249%2FFunctions%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
2021-05-08 18:18:11 +03:00
< div class = "title" > < div class = "divergent-group" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "with-platform-tags" > < span class = "pull-right" > < / span > < / div >
2021-03-12 21:24:01 +03:00
< div >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < div class = "symbol monospace" > open operator fun < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > .< a href = "index.html#188032249%2FFunctions%2F-755866740" > unaryPlus< / a > (): < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< h2 class = "" > Properties< / h2 >
2021-05-08 18:18:11 +03:00
< div class = "table" data-togglable = "Properties" > < a data-name = "986981189%2FProperties%2F-755866740" anchor-label = "numberOfVariables" id = "986981189%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "number-of-variables.html" > numberOfVariables< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "986981189%2FProperties%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" data-togglable = "Properties" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < a data-name = "986981189%2FProperties%2F-755866740" anchor-label = "numberOfVariables" id = "986981189%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a > < div class = "symbol monospace" > val < a href = "number-of-variables.html" > numberOfVariables< / a > : < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html" > Int< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "489845846%2FProperties%2F-755866740" anchor-label = "one" id = "489845846%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "one.html" > one< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "489845846%2FProperties%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" data-togglable = "Properties" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < a data-name = "489845846%2FProperties%2F-755866740" anchor-label = "one" id = "489845846%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a > < div class = "symbol monospace" > open override val < a href = "one.html" > one< / a > : < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "-705569618%2FProperties%2F-755866740" anchor-label = "order" id = "-705569618%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "order.html" > order< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-705569618%2FProperties%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" data-togglable = "Properties" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < a data-name = "-705569618%2FProperties%2F-755866740" anchor-label = "order" id = "-705569618%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a > < div class = "symbol monospace" > val < a href = "order.html" > order< / a > : < a href = "https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html" > Int< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < div class = "brief " > < a data-name = "-705569618%2FProperties%2F-755866740" anchor-label = "order" id = "-705569618%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a > The derivation order.< / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< a data-name = "390420918%2FProperties%2F-755866740" anchor-label = "zero" id = "390420918%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
2021-03-12 21:24:01 +03:00
< div class = "main-subrow keyValue " >
2021-05-08 18:18:11 +03:00
< div class = "" > < span class = "inline-flex" > < a href = "zero.html" > zero< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "390420918%2FProperties%2F-755866740" > < / span >
2021-03-12 21:24:01 +03:00
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div >
< div class = "title" >
2021-05-08 18:18:11 +03:00
< div class = "platform-hinted " data-platform-hinted = "data-platform-hinted" data-togglable = "Properties" > < div class = "content sourceset-depenent-content" data-active = "" data-togglable = ":kmath-commons:dokkaHtmlPartial/main" > < a data-name = "390420918%2FProperties%2F-755866740" anchor-label = "zero" id = "390420918%2FProperties%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a > < div class = "symbol monospace" > open override val < a href = "zero.html" > zero< / a > : < a href = "https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" > DerivativeStructure< / a > < span class = "top-right-position" > < span class = "copy-icon" > < / span > < div class = "copy-popup-wrapper popup-to-left" > < span class = "copy-popup-icon" > < / span > < span > Content copied to clipboard< / span > < / div > < / span > < / div > < / div > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
< / div >
< / div >
2021-10-13 15:08:46 +03:00
< h2 class = "" > Sources< / h2 >
< div class = "table" data-togglable = "Sources" > < a data-name = "-1303262527%2FSource%2F-755866740" anchor-label = "https://github.com/mipt-npm/kmath/tree/master/kmath-commons/src/main/kotlin/space/kscience/kmath/commons/expressions/DerivativeStructureExpression.kt#L14" id = "-1303262527%2FSource%2F-755866740" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" > < / a >
< div class = "table-row" data-filterable-current = ":kmath-commons:dokkaHtmlPartial/main" data-filterable-set = ":kmath-commons:dokkaHtmlPartial/main" >
< div class = "main-subrow keyValue " >
< div class = "" > < span class = "inline-flex" > < a href = "https://github.com/mipt-npm/kmath/tree/master/kmath-commons/src/main/kotlin/space/kscience/kmath/commons/expressions/DerivativeStructureExpression.kt#L14" > jvm source< / a > < span class = "anchor-wrapper" > < span class = "anchor-icon" pointing-to = "-1303262527%2FSource%2F-755866740" > < / span >
< div class = "copy-popup-wrapper " > < span class = "copy-popup-icon" > < / span > < span > Link copied to clipboard< / span > < / div >
< / span > < / span > < / div >
< div > < / div >
< / div >
< / div >
< / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< div class = "footer" > < span class = "go-to-top-icon" > < a href = "#content" > < / a > < / span > < span > © 2021 Copyright< / span > < span class = "pull-right" > < span > Generated by < / span > < a href = "https://github.com/Kotlin/dokka" > < span > dokka< / span > < span class = "padded-icon" > < / span > < / a > < / span > < / div >
2021-03-12 21:24:01 +03:00
< / div >
< / div >
2021-05-08 18:18:11 +03:00
< / body > < / html >
2021-03-12 21:24:01 +03:00