mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
move tables from class "tutorial_code" to "example"
also remove a align="center" in the Aliasing page -- it doesn't make sense to have 1 centered table page when all others are left aligned.
This commit is contained in:
@@ -42,12 +42,12 @@ which exactly matches our GEMM routine.
|
||||
\subsection GEMM_Limitations Limitations
|
||||
Unfortunately, this simplification mechanism is not perfect yet and not all expressions which could be
|
||||
handled by a single GEMM-like call are correctly detected.
|
||||
<table class="tutorial_code" style="width:100%">
|
||||
<table class="example" style="width:100%">
|
||||
<tr>
|
||||
<td>Not optimal expression</td>
|
||||
<td>Evaluated as</td>
|
||||
<td>Optimal version (single evaluation)</td>
|
||||
<td>Comments</td>
|
||||
<th>Not optimal expression</th>
|
||||
<th>Evaluated as</th>
|
||||
<th>Optimal version (single evaluation)</th>
|
||||
<th>Comments</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>\code
|
||||
|
||||
Reference in New Issue
Block a user