mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Doc: start of a table summarizing coefficient-wise math functions.
This commit is contained in:
@@ -45,7 +45,7 @@ pre.fragment {
|
||||
|
||||
/* Common style for all Eigen's tables */
|
||||
|
||||
table.example, table.manual, table.manual-vl {
|
||||
table.example, table.manual, table.manual-vl, table.manual-hl {
|
||||
max-width:100%;
|
||||
border-collapse: collapse;
|
||||
border-style: solid;
|
||||
@@ -58,7 +58,7 @@ table.example, table.manual, table.manual-vl {
|
||||
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
table.example th, table.manual th, table.manual-vl th {
|
||||
table.example th, table.manual th, table.manual-vl th, table.manual-hl th {
|
||||
padding: 0.5em 0.5em 0.5em 0.5em;
|
||||
text-align: left;
|
||||
padding-right: 1em;
|
||||
@@ -70,7 +70,7 @@ table.example th, table.manual th, table.manual-vl th {
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4E5');
|
||||
}
|
||||
|
||||
table.example td, table.manual td, table.manual-vl td {
|
||||
table.example td, table.manual td, table.manual-vl td, table.manual-hl td {
|
||||
vertical-align:top;
|
||||
border-width: 1px;
|
||||
border-color: #cccccc;
|
||||
@@ -108,15 +108,15 @@ table.example td {
|
||||
|
||||
/* standard class for the manual */
|
||||
|
||||
table.manual, table.manual-vl {
|
||||
table.manual, table.manual-vl, table.manual-hl {
|
||||
padding: 0.2em 0em 0.5em 0em;
|
||||
}
|
||||
|
||||
table.manual th, table.manual-vl th {
|
||||
table.manual th, table.manual-vl th, table.manual-hl th {
|
||||
margin: 0em 0em 0.3em 0em;
|
||||
}
|
||||
|
||||
table.manual td, table.manual-vl td {
|
||||
table.manual td, table.manual-vl td, table.manual-hl td {
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
vertical-align:top;
|
||||
border-width: 1px;
|
||||
@@ -136,6 +136,16 @@ table.manual-vl th.inter {
|
||||
border-style: solid solid solid solid;
|
||||
}
|
||||
|
||||
table.manual-hl td {
|
||||
border-color: #cccccc;
|
||||
border-width: 1px;
|
||||
border-style: solid none solid none;
|
||||
}
|
||||
|
||||
table td.code {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top:2em;
|
||||
border-style: none none solid none;
|
||||
@@ -182,8 +192,8 @@ table.tutorial_code td {
|
||||
|
||||
|
||||
/* Whenever doxygen meets a '\n' or a '<BR/>', it will put
|
||||
* the text containing the characted into a <p class="starttd">.
|
||||
* This little hack togehter with table.tutorial_code td.note
|
||||
* the text containing the character into a <p class="starttd">.
|
||||
* This little hack together with table.tutorial_code td.note
|
||||
* aims at fixing this issue. */
|
||||
table.tutorial_code td.note p.starttd {
|
||||
margin: 0px;
|
||||
|
||||
Reference in New Issue
Block a user