#ABCDEFGHIJKLMNOPQRSTUVWXYZ
    1. com
        1. com.github
            1. com.github.bruneli
                1. com.github.bruneli.scalaopt
                    1. com.github.bruneli.scalaopt.core
                      1. (object)(class)ConfigPars
                      2. (object)(case class)DataPoint
                      3. (trait)DataSet
                      4. (case class)LineSearchPoint
                      5. (case class)MaxIterException
                      6. (trait)MSEFunction
                      7. (trait)ObjectiveFunction
                      8. (trait)ObjectiveFunctionForRegression
                      9. (trait)Optimizer
                      10. (class)RichMatrix
                      11. (class)RichVariables
                      12. (object)
                        SeqDataSetConverter
                      13. (class)SimpleFunctionFiniteDiffGradient
                      14. (class)SimpleFunctionWithGradient
                      15. (case class)SimpleMSEFunction
                      1. com.github.bruneli.scalaopt.core.derivativefree
                        1. (object)
                          NelderMead
                        2. (case class)NelderMeadConfig
                        3. (object)
                          Powell
                        4. (case class)PowellConfig
                      2. com.github.bruneli.scalaopt.core.gradient
                        1. (object)
                          BFGS
                        2. (case class)BFGSConfig
                        3. (case class)CGConfig
                        4. (object)
                          ConjugateGradient
                        5. (object)
                          NewtonCG
                        6. (object)
                          SteihaugCG
                        7. (case class)SteihaugCGConfig
                      3. com.github.bruneli.scalaopt.core.leastsquares
                        1. (object)
                          LevenbergMarquardt
                        2. (class)LevenbergMarquardtConfig
                      4. com.github.bruneli.scalaopt.core.linalg
                        1. (object)(case class)AugmentedRow
                        2. (object)(class)QR
                      5. com.github.bruneli.scalaopt.core.linesearch
                        1. (object)
                          GoldSearch
                        2. (object)
                          StrongWolfe