Home
last modified time | relevance | path

Searched refs:Julia (Results 1 – 25 of 3006) sorted by relevance

12345678910>>...121

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dquatern.cpp125 Sw[0] = w = (Julia->SliceDist in Iteration_z3()
128 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iteration_z3()
130 Exit_Value = Julia->Exit_Value; in Iteration_z3()
132 for (i = 1; i <= Julia->n; ++i) in Iteration_z3()
190 Sw[0] = w = (Julia->SliceDist in Iteration_Julia()
193 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iteration_Julia()
195 Exit_Value = Julia->Exit_Value; in Iteration_Julia()
197 for (i = 1; i <= Julia->n; ++i) in Iteration_Julia()
262 w = Sw[0] = (Julia->SliceDist in D_Iteration_z3()
265 - Julia->Slice[Z]*z)/Julia->Slice[T]; in D_Iteration_z3()
[all …]
H A Dquatern.h61 int Iteration_Julia (VECTOR point, FRACTAL * Julia);
62 int D_Iteration_Julia (VECTOR point, FRACTAL * Julia, DBL * Dist);
63 int Iteration_z3 (VECTOR point, FRACTAL * Julia);
64 int D_Iteration_z3 (VECTOR point, FRACTAL * Julia, DBL * Dist);
/dports/graphics/povray36/povray-3.6.1/source/
H A Dquatern.cpp120 Sw[0] = w = (Julia->SliceDist in Iteration_z3()
123 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iteration_z3()
125 Exit_Value = Julia->Exit_Value; in Iteration_z3()
127 for (i = 1; i <= Julia->n; ++i) in Iteration_z3()
185 Sw[0] = w = (Julia->SliceDist in Iteration_Julia()
188 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iteration_Julia()
190 Exit_Value = Julia->Exit_Value; in Iteration_Julia()
192 for (i = 1; i <= Julia->n; ++i) in Iteration_Julia()
257 w = Sw[0] = (Julia->SliceDist in D_Iteration_z3()
260 - Julia->Slice[Z]*z)/Julia->Slice[T]; in D_Iteration_z3()
[all …]
H A Dquatern.h56 int Iteration_Julia (VECTOR point, FRACTAL * Julia);
57 int D_Iteration_Julia (VECTOR point, FRACTAL * Julia, DBL * Dist);
58 int Iteration_z3 (VECTOR point, FRACTAL * Julia);
59 int D_Iteration_z3 (VECTOR point, FRACTAL * Julia, DBL * Dist);
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/math/
H A Dquaternion.cpp127 IterStack[W][0] = w = (Julia->SliceDist in Iterate()
130 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iterate()
132 Exit_Value = Julia->Exit_Value; in Iterate()
195 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iterate()
197 Exit_Value = Julia->Exit_Value; in Iterate()
267 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iterate()
269 Exit_Value = Julia->Exit_Value; in Iterate()
315 *Dist = Julia->Precision; in Iterate()
361 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iterate()
363 Exit_Value = Julia->Exit_Value; in Iterate()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/backend/math/
H A Dquatern.cpp128 - Julia->Slice[X]*x in Iteration_z3()
130 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iteration_z3()
132 Exit_Value = Julia->Exit_Value; in Iteration_z3()
195 - Julia->Slice[Z]*z)/Julia->Slice[T]; in Iteration_Julia()
197 Exit_Value = Julia->Exit_Value; in Iteration_Julia()
267 - Julia->Slice[Z]*z)/Julia->Slice[T]; in D_Iteration_z3()
269 Exit_Value = Julia->Exit_Value; in D_Iteration_z3()
315 *Dist = Julia->Precision; in D_Iteration_z3()
361 - Julia->Slice[Z]*z)/Julia->Slice[T]; in D_Iteration_Julia()
363 Exit_Value = Julia->Exit_Value; in D_Iteration_Julia()
[all …]
H A Dquatern.h59 int Iteration_Julia (const VECTOR point, const Fractal * Julia, DBL **);
60 int D_Iteration_Julia (const VECTOR point, const Fractal *Julia, const VECTOR& Direction, DBL *Dist…
61 int Iteration_z3 (const VECTOR point, const Fractal * Julia, DBL **);
62 int D_Iteration_z3 (const VECTOR point, const Fractal *Julia, const VECTOR& Direction, DBL *Dist, D…
/dports/math/gretl/gretl-2021d/doc/tex/
H A DgretlJulia.tex1 \chapter{Gretl and Julia}
5 \label{Julia-intro}
19 is not supported by all builds of \app{Julia}.}
21 \section{Julia support in gretl}
22 \label{sec:Julia-support}
28 \app{Julia} for execution. In addition you can embed \app{Julia}
59 with Julia from a gretl script.
62 \scriptcaption{Simple \app{Julia} I/O example}
63 \label{Julia-example}
82 Hi from Julia!
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/
H A DREADME.md1 OpenCV Julia Bindings
3 …lows OpenCV functions be used from Julia. Upon installation the binding files are automatically re…
5 This module requires Julia 1.4 and the CxxWrap.jl 0.10.
9 Installation of CxxWrap is like any other Julia Package. Just start the REPL. Hit `]` and then type…
22Julia module is fully integrated into the OpenCV build system. While compiling add this to your co…
28 Note, you need a valid Python installation to build the Julia Bindings.
32Julia package is installed in `CMAKE_BINARY_DIR`, you can change this by setting the `JULIA_PKG_IN…
52 The Julia package does not export any symbols so all functions/structs/constants must be prefixed w…
53 ```Julia
65 ```Julia
[all …]
/dports/math/cantor/cantor-21.12.3/cmake/
H A DFindJulia.cmake6 find_program(JULIA_EXECUTABLE julia DOC "Julia executable")
16 # Julia version
32 # Julia includes
50 CACHE PATH "Location of Julia include files")
62 # Julia library location
80 CACHE PATH "Julia library directory")
95 CACHE PATH "Julia internal library directory")
113 Julia
116 FAIL_MESSAGE "Julia not found"
120 Julia
[all …]
/dports/mail/p5-Email-MIME/Email-MIME-1.952/t/
H A Dheader-addresslist.t25 is($addr[1]->phrase, 'Julia:; ');
30 is($grps[1]->[1]->phrase, 'Julia:; ');
59 is($sender_addr->phrase, 'Julia:; ');
61 is($from_addrs[1]->phrase, 'Julia:; ');
63 is($to_grps[1]->[0]->phrase, 'Julia:; ');
71 is($sender_header, 'Julia <julia@ficdep.minitrue>');
72 is($sender_addr->phrase, 'Julia');
81 is($bcc_header, '"Julia:; " <julia@ficdep.minitrue>');
82 is($bcc_addr->phrase, 'Julia:; ');
85 is($bcc_grps[1]->[0]->phrase, 'Julia:; ');
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/tutorials/
H A Djulia.markdown1 Introduction to Julia OpenCV Binding {#tutorial_julia}
11 Julia section in Introduction to Julia OpenCV Binding {#tutorial_julia}
15Julia severely lacks in a lot of traditional computer vision and image processing algorithms. This…
28 The pre-requisites for the Julia Bindings are:
32 - Julia
34 It is recommended to use Julia 1.4+ and the latest versions of CxxWrap.jl and libcxxwrap-julia.
38 Once that's done you start a Julia terminal and Just start the REPL. Hit `]` and then type `add Cxx…
58 You're now ready to build the Julia bindings. Just add the `-DWITH_JULIA=ON` to your cmake configur…
68 Finally, type `sudo make install` to have the binding registered with the Julia package manager.
90 The Julia package does not export any symbols so all functions/structs/constants must be prefixed w…
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/cmake/
H A DFindJulia.cmake8 # Julia Executable #
11 find_program(Julia_EXECUTABLE julia DOC "Julia executable")
14 # Julia Version #
18 message(STATUS "Found Julia executable: " ${Julia_EXECUTABLE})
36 # Julia Includes #
48 CACHE STRING "Location of Julia include files")
65 CACHE PATH "Location of Julia include files")
72 # Julia Libraries #
101 CACHE PATH "Julia library")
165 find_package_handle_standard_args(Julia
[all …]
/dports/math/mlpack/mlpack-3.4.2/CMake/
H A DFindJulia.cmake9 # Find the Julia program.
10 find_program(JULIA_EXECUTABLE julia DOC "Julia executable")
12 # Get the Julia version.
27 Julia
30 FAIL_MESSAGE "Julia not found"
/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Djulia.cpp63 SYNFIG_LAYER_INIT(Julia);
64 SYNFIG_LAYER_SET_NAME(Julia,"julia");
65 SYNFIG_LAYER_SET_LOCAL_NAME(Julia,N_("Julia Set"));
66 SYNFIG_LAYER_SET_CATEGORY(Julia,N_("Fractals"));
67 SYNFIG_LAYER_SET_VERSION(Julia,"0.1");
68 SYNFIG_LAYER_SET_CVS_ID(Julia,"$Id$");
106 Julia::Julia(): in Julia() function in Julia
137 Julia::set_param(const String & param, const ValueBase &value) in set_param()
187 Julia::get_param(const String & param)const in get_param()
234 Julia::get_color(Context context, const Point &pos)const in get_color()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Djulia.cpp63 SYNFIG_LAYER_INIT(Julia);
64 SYNFIG_LAYER_SET_NAME(Julia,"julia");
65 SYNFIG_LAYER_SET_LOCAL_NAME(Julia,N_("Julia Set"));
66 SYNFIG_LAYER_SET_CATEGORY(Julia,N_("Fractals"));
67 SYNFIG_LAYER_SET_VERSION(Julia,"0.1");
68 SYNFIG_LAYER_SET_CVS_ID(Julia,"$Id$");
106 Julia::Julia(): in Julia() function in Julia
137 Julia::set_param(const String & param, const ValueBase &value) in set_param()
187 Julia::get_param(const String & param)const in get_param()
234 Julia::get_color(Context context, const Point &pos)const in get_color()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Djulia.cpp63 SYNFIG_LAYER_INIT(Julia);
64 SYNFIG_LAYER_SET_NAME(Julia,"julia");
65 SYNFIG_LAYER_SET_LOCAL_NAME(Julia,N_("Julia Set"));
66 SYNFIG_LAYER_SET_CATEGORY(Julia,N_("Fractals"));
67 SYNFIG_LAYER_SET_VERSION(Julia,"0.1");
68 SYNFIG_LAYER_SET_CVS_ID(Julia,"$Id$");
106 Julia::Julia(): in Julia() function in Julia
137 Julia::set_param(const String & param, const ValueBase &value) in set_param()
187 Julia::get_param(const String & param)const in get_param()
234 Julia::get_color(Context context, const Point &pos)const in get_color()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/julia/
H A Dindex.md3 title: Julia Guide
27 # MXNet - Julia API
30 MXNet supports the Julia programming language. The MXNet Julia package brings flexible and efficien…
31 computing and the state-of-art deep learning to Julia.
33 - It enables you to write seamless tensor/matrix computation with multiple GPUs in Julia.
34 - It also enables you to construct and customize the state-of-art deep learning models in Julia,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/julia/
H A Dindex.md3 title: Julia Guide
27 # MXNet - Julia API
30 MXNet supports the Julia programming language. The MXNet Julia package brings flexible and efficien…
31 computing and the state-of-art deep learning to Julia.
33 - It enables you to write seamless tensor/matrix computation with multiple GPUs in Julia.
34 - It also enables you to construct and customize the state-of-art deep learning models in Julia,
/dports/math/z3/z3-z3-4.8.13/src/api/julia/
H A DREADME.md1 # Julia bindings
3Julia package [Z3.jl](https://github.com/ahumenberger/Z3.jl) provides and interface to Z3 by expos…
7 In order to build the Julia bindings the build option `Z3_BUILD_JULIA_BINDINGS` has to be enabled v…
15 ## Julia part
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/julia/
H A DREADME.md1 # Julia bindings
3Julia package [Z3.jl](https://github.com/ahumenberger/Z3.jl) provides and interface to Z3 by expos…
7 In order to build the Julia bindings the build option `Z3_BUILD_JULIA_BINDINGS` has to be enabled v…
15 ## Julia part
/dports/math/nfft/nfft-3.5.2/julia/nfft/
H A DREADME.md1 Julia NFFT Interface
7 * This interface was tested with Julia 1.0.0 and Julia 1.1.0. It does not work with previous versio…
9 * The C library does not depend on your Julia installation.
16 In order to load the NFFT module in Julia, you have to add the directory to the `LOAD_PATH` which w…
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/strings/
H A Dreturn_string.sol17 // set(string): 0x20, 5, "Julia" ->
18 // get1() -> 0x20, 5, "Julia"
19 // get2() -> 0x20, 5, "Julia"
20 // s() -> 0x20, 5, "Julia"
/dports/science/jstrack/jstrack/tracker/storms/old/2016/
H A Djulia.dis16 being initiated on Tropical Storm Julia.
66 being initiated on Tropical Storm Julia, the tenth named storm of
81 The slow forward speed of Julia is expected to result in locally
118 Julia continues to produce bands of showers and thunderstorms
384 previous track, but the area where Julia will meander is now
388 Julia is forecast to experience very strong westerly to
590 Julia continues to feel the impact of 25 to 35 kt of westerly
687 and keeps Julia moving at less than 5 kt before dissipation.
878 north of Julia should move eastward into the Atlantic during
1062 to investigate Julia tomorrow afternoon.
[all …]
/dports/math/eclib/eclib-20210318/progs/out_no_ntl/
H A Dreduce_cubics.out6 Using JC/Julia reduction ...
7 JC/Julia reduced cubic = [123,-135,246,222]
14 Using JC/Julia reduction ...
15 JC/Julia reduced cubic = [83,-100,245,650]

12345678910>>...121