Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6094c64c
Commit
6094c64c
authored
Jun 28, 2000
by
Gabriel Dos Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start documentation on numerics
From-SVN: r34758
parent
3ad62e75
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
9 deletions
+24
-9
libstdc++-v3/docs/26_numerics/howto.html
+24
-9
No files found.
libstdc++-v3/docs/26_numerics/howto.html
View file @
6094c64c
...
@@ -9,30 +9,38 @@
...
@@ -9,30 +9,38 @@
<TITLE>
libstdc++-v3 HOWTO: Chapter 26
</TITLE>
<TITLE>
libstdc++-v3 HOWTO: Chapter 26
</TITLE>
<LINK
REL=
"home"
HREF=
"http://sourceware.cygnus.com/libstdc++/docs/26_numerics/"
>
<LINK
REL=
"home"
HREF=
"http://sourceware.cygnus.com/libstdc++/docs/26_numerics/"
>
<LINK
REL=
StyleSheet
HREF=
"../lib3styles.css"
>
<LINK
REL=
StyleSheet
HREF=
"../lib3styles.css"
>
<!-- $Id: howto.html,v 1.
4 1999/12/15 16:57:06 pme
Exp $ -->
<!-- $Id: howto.html,v 1.
1 2000/04/21 20:33:32 bkoz
Exp $ -->
</HEAD>
</HEAD>
<BODY>
<BODY>
<H1
CLASS=
"centered"
><A
NAME=
"top"
>
Chapter 26: Numerics
</A></H1>
<H1
CLASS=
"centered"
><A
NAME=
"top"
>
Chapter 26: Numerics
</A></H1>
<P>
Chapter 26 deals with classes and functions to aid in numerical computing,
<P>
such as
<TT>
valarray
<>
</TT>
and
<TT>
complex
<>
</TT>
.
Chapter 26 deals with building block abstractions to aid in numerical
computing:
<UL>
<LI>
template data structures such as
<TT>
valarray
<>
</TT>
,
<TT>
complex
<>
</TT>
and
<LI>
numerical functions such as
<TT>
accumulate
</TT>
;
<TT>
inner_product
</TT>
;
<TT>
partial_sum
</TT>
and
<TT>
adjacent_difference
</TT>
.
</UL>
</P>
</P>
<!-- ####################################################### -->
<!-- ####################################################### -->
<HR>
<HR>
<H1>
Contents
</H1>
<H1>
Contents
</H1>
<UL>
<UL>
<LI><A
HREF=
"#1"
>
Topic
</A>
<LI><A
HREF=
"#1"
>
Complex Number Processing
</A>
<LI><A
HREF=
"#2"
>
Topic
</A>
<LI><A
HREF=
"#2"
>
Array Processing
</A>
<LI><A
HREF=
"#3"
>
Numerical Functions
</A>
</UL>
</UL>
<HR>
<HR>
<!-- ####################################################### -->
<!-- ####################################################### -->
<H2><A
NAME=
"1"
>
Topic
</A></H2>
<H2><A
NAME=
"1"
>
Complex Number Processing
</A></H2>
<P>
Blah.
<P>
Blah.
</P>
</P>
<P>
Return
<A
HREF=
"#top"
>
to top of page
</A>
or
<P>
Return
<A
HREF=
"#top"
>
to top of page
</A>
or
...
@@ -40,13 +48,20 @@
...
@@ -40,13 +48,20 @@
</P>
</P>
<HR>
<HR>
<H2><A
NAME=
"2"
>
Topic
</A></H2>
<H2><A
NAME=
"2"
>
Array Processing
</A></H2>
<P>
Blah.
<P>
Blah.
</P>
</P>
<P>
Return
<A
HREF=
"#top"
>
to top of page
</A>
or
<P>
Return
<A
HREF=
"#top"
>
to top of page
</A>
or
<A
HREF=
"../faq/index.html"
>
to the FAQ
</A>
.
<A
HREF=
"../faq/index.html"
>
to the FAQ
</A>
.
</P>
</P>
<HR>
<H2><A
NAME=
"3"
>
Numerical Functions
</A></H2>
<P>
Blah.
</P>
<P>
Return
<A
HREF=
"#top"
>
to top of page
</A>
or
<A
HREF=
"../faq/index.html"
>
to the FAQ
</A>
.
</P>
...
@@ -57,7 +72,7 @@
...
@@ -57,7 +72,7 @@
Comments and suggestions are welcome, and may be sent to
Comments and suggestions are welcome, and may be sent to
<A
HREF=
"mailto:pme@sourceware.cygnus.com"
>
Phil Edwards
</A>
or
<A
HREF=
"mailto:pme@sourceware.cygnus.com"
>
Phil Edwards
</A>
or
<A
HREF=
"mailto:gdr@egcs.cygnus.com"
>
Gabriel Dos Reis
</A>
.
<A
HREF=
"mailto:gdr@egcs.cygnus.com"
>
Gabriel Dos Reis
</A>
.
<BR>
$Id: howto.html,v 1.
4 1999/12/15 16:57:06 pme
Exp $
<BR>
$Id: howto.html,v 1.
1 2000/04/21 20:33:32 bkoz
Exp $
</EM></P>
</EM></P>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment