Skip to content

Commit

Permalink
refactor: Update create_image_2d function to use local variable for f…
Browse files Browse the repository at this point in the history
…ormat
  • Loading branch information
ulises-jeremias committed Jun 17, 2024
1 parent bfbecf9 commit 7fd1d43
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion examples/data_analysis_example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - data_analysis_example 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for performing basic data analysis.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/deriv_example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - deriv_example 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating derivative calculation.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/diff_example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - diff_example 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating differentiation.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/dist_histogram/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - dist_histogram 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a distribution histogram.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/fft_plot_example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - fft_plot_example 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating Fast Fourier Transform (FFT) with plotting.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/io_h5_dataset/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - io_h5_dataset 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating HDF5 I/O for datasets.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/io_h5_relax/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - io_h5_relax 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating HDF5 I/O for relaxation data.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/iter_lazy_generation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - iter_lazy_generation 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating lazy generation using iterators.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/la_triplet01/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - la_triplet01 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating linear algebra operations.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/ml_kmeans/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - ml_kmeans 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating the K-means clustering algorithm.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/ml_kmeans_plot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - ml_kmeans_plot 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for performing K-means clustering with plotting.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/ml_knn_plot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - ml_knn_plot 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for performing K-Nearest Neighbors algorithm with plotting.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/ml_linreg01/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - ml_linreg01 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for performing a basic linear regression.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/ml_linreg02/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - ml_linreg02 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for performing an advanced linear regression.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/ml_linreg_plot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - ml_linreg_plot 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for performing linear regression with plotting.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/ml_sentiment_analysis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - ml_sentiment_analysis 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for performing sentiment analysis using machine learning.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/mpi_basic_example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - mpi_basic_example 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating basic MPI functionality.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_annotated_pie_chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_annotated_pie_chart 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating an annotated pie chart.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_bar/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_bar 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a basic bar plot.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_basic_heatmap/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_basic_heatmap 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a basic heatmap.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_bubble_chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_bubble_chart 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a bubble chart.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_grouped_bar_chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_grouped_bar_chart 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a grouped bar chart.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_heatmap_golden_ratio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_heatmap_golden_ratio 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a heatmap with the golden ratio.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_histogram/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_histogram 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for showing how to create a histogram.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_line_axis_titles/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_line_axis_titles 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a line plot with axis titles.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_line_plot_with_areas/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_line_plot_with_areas 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a line plot with shaded areas.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_pie/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_pie 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for plotting a pie chart.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_ripple_surface/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_ripple_surface 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for plotting a ripple surface.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_saddle_surface/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_saddle_surface 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for plotting a saddle surface.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_scatter 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a basic scatter plot.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter3d_1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_scatter3d_1 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a 3D scatter plot (example 1).

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter3d_2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_scatter3d_2 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a 3D scatter plot (example 2).

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter3d_easing/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_scatter3d_easing 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a 3D scatter plot with easing.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter_with_annotations/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_scatter_with_annotations 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a scatter plot with annotations.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter_with_bars/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_scatter_with_bars 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a scatter plot with bars.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter_with_histogram/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_scatter_with_histogram 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a scatter plot with histograms.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_scatter_with_regression/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_scatter_with_regression 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a scatter plot with regression line.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_script_mode_ac_signal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_script_mode_ac_signal 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for plotting an AC signal in script mode.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_script_mode_simple_plot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_script_mode_simple_plot 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a simple plot in script mode.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_script_mode_three_phase_signal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_script_mode_three_phase_signal 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for plotting a three-phase signal in script mode.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_shaded_area_sin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_shaded_area_sin 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for creating a shaded area plot of the sine function.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_sin_cos_surface/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_sin_cos_surface 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for plotting the sine and cosine surface.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/plot_surface_easing/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - plot_surface_easing 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for plotting a surface with easing functions.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/prime_factorization/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - prime_factorization 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for performing prime factorization.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/roots_bisection_solver/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - roots_bisection_solver 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for finding roots using the bisection method.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion examples/vcl_opencl_basic/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example - vcl_opencl_basic 📘

This example demonstrates the usage of the V Scientific Library for various purposes.
This example demonstrates the usage of the V Scientific Library for demonstrating basic OpenCL functionality.

## Instructions

Expand Down

0 comments on commit 7fd1d43

Please sign in to comment.