PRODUCTS
Products Overview
Mathematica
Mathematica Student Edition
Mathematica Home Edition
Wolfram
CDF Player
(free download)
Computable Document Format (CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Wolfram
SystemModeler
Wolfram
Finance Platform
Mathematica
Add-Ons
Wolfram|Alpha Products
SOLUTIONS
Solutions Overview
Engineering
Aerospace Engineering & Defense
Chemical Engineering
Control Systems
Electrical Engineering
Image Processing
Industrial Engineering
Materials Science
Mechanical Engineering
Operations Research
Optics
Petroleum Engineering
Biotechnology & Medicine
Bioinformatics
Medical Imaging
Finance, Statistics & Business Analysis
Actuarial Sciences
Data Analysis & Mining
Econometrics
Economics
Financial Engineering & Mathematics
Financial Risk Management
Statistics
Software Engineering & Content Delivery
Authoring & Publishing
Interface Development
Software Engineering
Web Development
Science
Astronomy
Biological Sciences
Chemistry
Environmental Sciences
Geosciences
Social & Behavioral Sciences
Design, Arts & Entertainment
Game Design, Special Effects & Generative Art
Education
STEM Education Initiative
Higher Education
Community & Technical College Education
Primary & Secondary Education
Students
Technology
Computable Document Format (CDF)
High-Performance & Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
Merchandise
SUPPORT
Support Overview
Mathematica
Documentation
Knowledge Base
Learning Center
Technical Services
Community & Forums
Training
Does My Site Have a License?
Wolfram User Portal
COMPANY
About Wolfram Research
News
Events
Wolfram Blog
Partnerships
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
All Sites
Wolfram|Alpha
Demonstrations Project
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
CUDALink
>
CUDALINK SYMBOL
CUDALink User Guide
CUDALink Functions: List Processing
Tutorials »
|
FoldList
CUDAFold
CUDATotal
CUDAMap
CUDAFunctionLoad
See Also »
|
CUDALink
More About »
CUDAFoldList
gives
.
MORE INFORMATION
The
CUDALink
application must be loaded using
Needs
.
works only on general vectors such as
,
, ....
does not work on fixed vector structure types like
,
, ....
does not work on symbolic input.
is similar to
FoldList
.
The value for
f
can be either
Max
,
Min
,
Plus
,
Minus
, or
Times
.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
First, load the
CUDALink
application:
This folds an input list with the
Plus
operator and initial value 0:
operates on input
CUDAMemory
:
This folds the
CUDAMemory
as before:
The memory returned can be retrieved using
CUDAMemoryGet
:
Compared to
FoldList
, only a few operations are supported by
CUDAFold
:
First, load the
CUDALink
application:
In[1]:=
This folds an input list with the
Plus
operator and initial value 0:
In[2]:=
Out[2]=
operates on input
CUDAMemory
:
In[1]:=
Out[1]=
This folds the
CUDAMemory
as before:
In[2]:=
Out[2]=
The memory returned can be retrieved using
CUDAMemoryGet
:
In[3]:=
Out[3]=
Compared to
FoldList
, only a few operations are supported by
CUDAFold
:
In[1]:=
Out[1]=
Possible Issues
(1)
output does not contain the last element of
FoldList
:
SEE ALSO
FoldList
CUDAFold
CUDATotal
CUDAMap
CUDAFunctionLoad
TUTORIALS
CUDALink
User Guide
CUDALink
Functions: List Processing
MORE ABOUT
CUDALink